Skip to content

Commit

Permalink
Remove wrong test change
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerry Gleason committed Jun 7, 2013
1 parent da1bdf4 commit 900e6b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/models/card/trash_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
it "should come out of the trash when a plus card is created" do
Account.as_bot do
Card.create(:name=>'A+*acct')
c = Card.fetch 'A', :new=>{}
c = Card[ 'A' ]
c.trash.should be_false
end
end
Expand Down

0 comments on commit 900e6b4

Please sign in to comment.