Skip to content

Commit

Permalink
Turn off card verification in specs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabe Berke-Williams committed Nov 18, 2011
1 parent 0a647db commit 210835c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion spec/spec_helper.rb
Expand Up @@ -19,7 +19,10 @@
config.include BraintreeHelpers
config.include CustomerHelpers

config.before { FakeBraintree.clear! }
config.before do
FakeBraintree.clear!
FakeBraintree.verify_all_cards = false
end
end
end

Expand Down

0 comments on commit 210835c

Please sign in to comment.