Sha256: 6695ff7d87467a21cf48162c5fcbadd62068a48710c25bdbc5078b211d231324
Contents?: true
Size: 398 Bytes
Versions: 3
Compression:
Stored size: 398 Bytes
Contents
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") # Support Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f } RSpec.configure do |config| end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
hybag-0.0.3 | spec/spec_helper.rb |
hybag-0.0.2 | spec/spec_helper.rb |
hybag-0.0.1 | spec/spec_helper.rb |