Skip to content

Commit

Permalink
fix: require openstruct
Browse files Browse the repository at this point in the history
  • Loading branch information
SMillerDev authored Nov 7, 2024
1 parent 4ecca99 commit 924f612
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions spec/homebrew/commands/list_spec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# frozen_string_literal: true

require "ostruct"
require "spec_helper"

describe Service::Commands::List do
Expand Down
1 change: 1 addition & 0 deletions spec/homebrew/commands/restart_spec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# frozen_string_literal: true

require "ostruct"
require "spec_helper"

describe Service::Commands::Restart do
Expand Down
1 change: 1 addition & 0 deletions spec/homebrew/formula_wrapper_spec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# frozen_string_literal: true

require "ostruct"
require "spec_helper"
require "tempfile"

Expand Down
1 change: 1 addition & 0 deletions spec/homebrew/services_cli_spec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# frozen_string_literal: true

require "ostruct"
require "spec_helper"

describe Service::ServicesCli do
Expand Down

0 comments on commit 924f612

Please sign in to comment.