spec/spec_helper.rb in heroku-resque-workers-scaler-0.2.0 vs spec/spec_helper.rb in heroku-resque-workers-scaler-0.2.1
- old
+ new
@@ -1,19 +1,19 @@
-$:.unshift File.expand_path('..', __FILE__)
-$:.unshift File.expand_path('../../lib', __FILE__)
-
-require 'rspec'
-require 'webmock/rspec'
require 'heroku-resque-workers-scaler'
-require 'json'
+require 'bundler/setup'
+
require 'resque'
-require 'rails'
+begin
+ require 'pry'
+rescue LoadError
+end
+
RSpec.configure do |config|
config.mock_with :rspec
end
# RSpec.configuration.after(:each) do
# end
# RSpec.configuration.before(:each) do
-# end
\ No newline at end of file
+# end