Skip to content

Commit

Permalink
Cleaned up the ArgumentError message.
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasOwens committed Mar 5, 2018
1 parent 4d4c8a2 commit 1d55084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/coverband.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def self.configure(file = nil)
if File.exists?(configuration_file)
require configuration_file
else
raise ArgumentError, "configure requires a block or the existance of a #{CONFIG_FILE} in your project"
raise ArgumentError, "configure requires a block, the existance of a #{CONFIG_FILE} in your project, or a path to a config file passed in to configure"
end
end
end
Expand Down

0 comments on commit 1d55084

Please sign in to comment.