Allow running a single spec file

Due to missing requires the only way to execute unit tests is by doing
`bundle exec rake`.
This commit is contained in:
Pau Perez
2017-08-07 16:01:25 +02:00
parent 98422c255f
commit 5147b08bde
+4
View File
@@ -6,6 +6,10 @@ require File.expand_path("../../config/environment", __FILE__)
require 'rspec/rails'
require 'rspec/autorun'
require 'capybara/rails'
require 'database_cleaner'
require 'fabrication'
require 'faker'
I18n.reload!
# Requires supporting ruby files with custom matchers and macros, etc,
# in spec/support/ and its subdirectories.