spec/spec_helper.rb in hybag-0.0.3 vs spec/spec_helper.rb in hybag-0.0.4
- old
+ new
@@ -1,9 +1,8 @@
require 'rspec/autorun'
ENV['environment'] ||= 'test'
# - RSpec adds ./lib to the $LOAD_PATH
require 'hybag'
-require 'pry'
#Resque.inline = Rails.env.test?
ROOT_PATH = File.dirname(__FILE__)
DUMMY_PATH = File.join(ROOT_PATH,"dummies")
FIXTURE_PATH = File.join(ROOT_PATH, "fixtures")
\ No newline at end of file