Skip to content

Commit

Permalink
Correct configuration helper module name.
Browse files Browse the repository at this point in the history
  • Loading branch information
tristandunn committed Dec 15, 2013
1 parent 7dca6a6 commit 9d4f2c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@

RSpec.configure do |config|
config.mock_with :mocha
config.include(BartenderHelper)
config.include(ConfigurationHelper)
end
2 changes: 1 addition & 1 deletion spec/support/have_configuration_option_matcher.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module BartenderHelper
module ConfigurationHelper
class ConfigurationOption
def initialize(option)
@option = option
Expand Down

0 comments on commit 9d4f2c0

Please sign in to comment.