Fix syntax in spec helper
This commit is contained in:
parent
fae41abf5d
commit
a36310918c
@ -5,7 +5,7 @@ Spork.prefork do
|
||||
require File.expand_path('../../config/environment', __FILE__)
|
||||
require 'rspec/rails'
|
||||
|
||||
Dir[Rails.root.join('spec/support/**/*.rb')].each {|f| require f}
|
||||
Dir[Rails.root.join('spec/support/**/*.rb')].each { |f| require f }
|
||||
|
||||
RSpec.configure do |config|
|
||||
config.mock_with :rspec
|
||||
|
Loading…
x
Reference in New Issue
Block a user