mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 19:20:37 +02:00
Remove bank statement import functionality
This commit is contained in:
parent
bfa60a9c17
commit
aa2d9547a4
8 changed files with 2 additions and 125 deletions
|
@ -1,16 +0,0 @@
|
|||
require 'application_system_test_case'
|
||||
|
||||
class AdminAreaBankStatementTest < ApplicationSystemTestCase
|
||||
setup do
|
||||
sign_in users(:admin)
|
||||
travel_to Time.zone.parse('2010-07-05 00:30:00')
|
||||
end
|
||||
|
||||
def test_import_statement
|
||||
assert_difference 'BankStatement.count', 1 do
|
||||
visit import_admin_bank_statements_path
|
||||
attach_file 'Th6 file', Rails.root.join('test', 'fixtures', 'files', 'bank_statement_test.txt').to_s
|
||||
click_link_or_button 'Save'
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue