Henne Vogelsang
|
9c2ef19741
|
Don't require support/external_request from rake tasks
If we require this we're requiring everything that
support/external_request requires for production.
|
2016-03-09 13:34:54 +01:00 |
|
Aditya Prakash
|
6301072484
|
Add webmock for external requests in tests
external_request.rb needs to be required before lint is run.
|
2016-03-02 21:15:29 +05:30 |
|
Aditya Prakash
|
f84150362b
|
Move FactoryGirl.lint to rake task
This significantly improves start time of tests. It is also the recommended
way: https://github.com/thoughtbot/factory_girl/blob/master/GETTING_STARTED.md#linting-factories
Read more at: https://github.com/thoughtbot/factory_girl/issues/772
|
2016-03-02 21:15:28 +05:30 |
|