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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user