Skip to content

Commit

Permalink
Run all specs on start
Browse files Browse the repository at this point in the history
  • Loading branch information
dwaller committed Apr 2, 2015
1 parent c9b4621 commit e9def0d
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
Expand Up @@ -29,7 +29,7 @@ watch ("Guardfile") do
exit 0
end

guard :rspec, cmd: "bundle exec rspec --format=Nc --format=documentation" do
guard :rspec, cmd: "bundle exec rspec --format=Nc --format=documentation", all_on_start: true do
require "guard/rspec/dsl"
dsl = Guard::RSpec::Dsl.new(self)

Expand Down

0 comments on commit e9def0d

Please sign in to comment.