rake linters:run_all
- a csv file should be without headers
- the header order: email;password
- the column separator is a semicolomn
rake import_records:admins[path_to_file]
- a csv file should be without headers
- the header order: name;email;description;status;password
- the column separator is a semicolomn
rake import_records:merchants[path_to_file]
whenever -i -s 'environment=your_environment'
- send a post request to /api/v1/transactions with basic authentication
- basic authentication creditials for develop environment: name=name password=password
- format requests in /spec/fixtures/files
- For filling database: rake db:seed
- login and password for the admin: admin@mail.ru/password
- for running:
cucumber
- tests is placed in ./features