Skip to content
This repository has been archived by the owner on Apr 4, 2018. It is now read-only.

Commit

Permalink
Removing duplicate test
Browse files Browse the repository at this point in the history
  • Loading branch information
pellegrino committed Apr 2, 2012
1 parent 624259e commit 5a945f5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions spec/models/jackpot/customer_spec.rb
Expand Up @@ -130,10 +130,6 @@
retrieved_customer.credit_card_token.should_not be_nil
end

it "should persist the card information" do
retrieved_customer.credit_card_number.should == 'XXXX-XXXX-XXXX-4242'
end

it "should persist in the database the ONLY last four digits" do
retrieved_customer.credit_card_number.should == 'XXXX-XXXX-XXXX-4242'
end
Expand Down

0 comments on commit 5a945f5

Please sign in to comment.