Guardfile in date_holidays-reader-1.0.1 vs Guardfile in date_holidays-reader-1.0.2

- old
+ new

@@ -24,10 +24,10 @@ # * spring: 'bin/rspec' (This will use spring if running and you have # installed the spring binstubs per the docs) # * zeus: 'zeus rspec' (requires the server to be started separately) # * 'just' rspec: 'rspec' -guard :rspec, cmd: 'bundle exec rspec' do +guard :rspec, cmd: 'bundle exec rspec --order=defined --format=documentation' do require 'guard/rspec/dsl' dsl = Guard::RSpec::Dsl.new(self) # Feel free to open issues for suggestions and improvements