spec/guard/rails-assets_spec.rb in guard-rails-assets-0.0.2 vs spec/guard/rails-assets_spec.rb in guard-rails-assets-0.0.3

- old
+ new

@@ -12,10 +12,10 @@ describe '#reload' do it_behaves_like 'guard command', :command => :reload, :run => false end describe '#run_all' do - it_behaves_like 'guard command', :command => :run_all, :run => true + it_behaves_like 'guard command', :command => :run_all, :run => false end describe '#run_on_change' do it_behaves_like 'guard command', :command => :run_on_change, :run => true end