Skip to content

Commit

Permalink
fix test after Active Merchant changed const name
Browse files Browse the repository at this point in the history
  • Loading branch information
drhenner committed Jun 13, 2016
1 parent 369274a commit 491fd1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/models/payment_spec.rb
Expand Up @@ -70,7 +70,7 @@
)
expect(auth.success).not_to be_truthy
expect(auth.action).to eq 'authorization'
expect(auth.message).to eq BogusGateway::ERROR_MESSAGE
expect(auth.message).to eq BogusGateway::NUMBER_ERROR_MESSAGE
end
end

Expand Down

0 comments on commit 491fd1c

Please sign in to comment.