Skip to content

Commit

Permalink
fix bad Guardfile rule
Browse files Browse the repository at this point in the history
  • Loading branch information
e2 committed Apr 28, 2016
1 parent 0d815ac commit 3f68c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Guardfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
group :spec, halt_on_failure: true do
group :spec, halt_on_fail: true do
guard :bundler do
watch("Gemfile")
# Uncomment next line if your Gemfile contains the `gemspec' command.
Expand Down

0 comments on commit 3f68c76

Please sign in to comment.