Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
goldmann committed Feb 2, 2011
1 parent 7461d4e commit 03d0986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/plugins/base-plugin-spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ module BoxGrinder

lambda {
@plugin.validate_plugin_config(['one', 'two', 'three'])
}.should raise_error(RuntimeError, "Please specify a valid 'three' key in BoxGrinder configuration file: '/home/abc/boxgrinder_config_file'. ")
}.should raise_error(RuntimeError, "Please specify a valid 'three' key in BoxGrinder configuration file: '/home/abc/boxgrinder_config_file' or use CLI '---config three:DATA' argument. ")
end
end

Expand Down

0 comments on commit 03d0986

Please sign in to comment.