Skip to content

Commit

Permalink
Require command_connectors
Browse files Browse the repository at this point in the history
  • Loading branch information
azimux committed Feb 3, 2024
1 parent 11a44a3 commit a4f970b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion local_playground.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
require "pry-byebug"

require "foobara/all"
# require "foobara/command_connectors"
require "foobara/command_connectors"

require "foobara/load_dotenv"

Expand Down
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
require "simplecov"

require "foobara/all"
# require "foobara/command_connectors"
require "foobara/command_connectors"

SimpleCov.start do
# enable_coverage :branch
Expand Down

0 comments on commit a4f970b

Please sign in to comment.