mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 00:42:04 +02:00
Remove capybara-selenium
This commit is contained in:
parent
eda6772c6f
commit
d7dc1017b0
15 changed files with 126 additions and 162 deletions
|
@ -27,15 +27,15 @@ module Payments
|
|||
end
|
||||
|
||||
def complete_transaction
|
||||
fail NotImplementedError
|
||||
raise NotImplementedError
|
||||
end
|
||||
|
||||
def settled_payment?
|
||||
fail NotImplementedError
|
||||
raise NotImplementedError
|
||||
end
|
||||
|
||||
def form_fields
|
||||
fail NotImplementedError
|
||||
raise NotImplementedError
|
||||
end
|
||||
|
||||
def form_url
|
||||
|
@ -43,7 +43,7 @@ module Payments
|
|||
end
|
||||
|
||||
def valid_response?
|
||||
fail NotImplementedError
|
||||
raise NotImplementedError
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue