Skip to content

Commit

Permalink
Wire.make should be a little quicker than Factory.make_wire.
Browse files Browse the repository at this point in the history
  • Loading branch information
futurechimp committed Jun 4, 2011
1 parent caa1821 commit 4030eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/app/controllers/admin/feeds_controller_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Admin::FeedsControllerTest < Test::Unit::TestCase

context "on GET to new" do
setup do
@wire = Factory.make_wire
@wire = Wire.make
get '/admin/feeds/new'
end

Expand Down

0 comments on commit 4030eae

Please sign in to comment.