Cleanup spec/support folder and spec/spec_helper
Changes: * Move spec/monkeypatch to spec/support * Remove unused support/shared_examples * Move support/api to support/api_helpers to match module name * Move support/login to support/login_helpers to match module name * Move API specs to requests/api (convention over configuration) * Remove unused support/js_patch * Simplify login_as helper * Move DatabaseCleaner stuff to its own support file * Remove unnecessary configuration and requires from spec_helper
This commit is contained in:
parent
852b9c28dd
commit
fba174e9bc
14 changed files with 59 additions and 93 deletions
|
@ -7,9 +7,9 @@ require 'cucumber/rails'
|
|||
require 'webmock/cucumber'
|
||||
WebMock.allow_net_connect!
|
||||
|
||||
require Rails.root.join 'spec/monkeypatch'
|
||||
require Rails.root.join 'spec/factories'
|
||||
require Rails.root.join 'spec/support/login'
|
||||
require Rails.root.join 'spec/support/monkeypatch'
|
||||
require Rails.root.join 'spec/support/login_helpers'
|
||||
require Rails.root.join 'spec/support/valid_commit'
|
||||
|
||||
Capybara.default_selector = :css
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue