Inline resques in specs (back again)

pull/1352/head
Alejandro Martínez 10 years ago
parent cf872edcd5
commit ed0ea96e80

@ -7,6 +7,9 @@ require 'rspec/rails'
# in spec/support/ and its subdirectories.
Dir[Rails.root.join('spec/support/**/*.rb')].each {|f| require f}
# Inline Resque for queue handling
Resque.inline = true
RSpec.configure do |config|
config.mock_with :mocha

Loading…
Cancel
Save