Skip to content

Commit

Permalink
Remove (dispatcher|param|type) specializations.
Browse files Browse the repository at this point in the history
I'm not 100% sure why these aren't picking up. Not debugging it now,
though (the whole suite is fast enough that you can just run it at once.
In other projects the specializations are a bigger win).
  • Loading branch information
☈king authored and [email protected] committed Oct 23, 2012
1 parent a7ee4a2 commit 16f57c8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions Guardfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ notification :off

guard 'rspec' do
watch %r{^spec/.+_spec\.rb$}
watch %r{lib/wash_out/(dispatcher|param|type).rb} do |m|
"spec/wash_out/#{m[1]}_spec.rb"
end
watch %r{lib/} do 'spec' end
end

Expand Down
2 changes: 1 addition & 1 deletion spec/wash_out/dispatcher_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ def params
dispatcher.params[:request][:entities].should == {:foo=>{:bar=>"1"}, :sub=>{:foo=>"1", :@id=>"id2"}, :@id=>"id1"}
end

end
end

0 comments on commit 16f57c8

Please sign in to comment.