Sha256: 159e6efd6ebf8e670f8ed7fe879d62e847a1a2b4e1d36faf744b5e3a0c30d3ed

Contents?: true

Size: 384 Bytes

Versions: 11

Compression:

Stored size: 384 Bytes

Contents

require 'rspec/autorun'
ENV['environment'] ||= 'test'
# - RSpec adds ./lib to the $LOAD_PATH
require 'hybag'
#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

11 entries across 11 versions & 1 rubygems

Version Path
hybag-0.2.0 spec/spec_helper.rb
hybag-0.1.1 spec/spec_helper.rb
hybag-0.1.0 spec/spec_helper.rb
hybag-0.0.11 spec/spec_helper.rb
hybag-0.0.10 spec/spec_helper.rb
hybag-0.0.9 spec/spec_helper.rb
hybag-0.0.8 spec/spec_helper.rb
hybag-0.0.7 spec/spec_helper.rb
hybag-0.0.6 spec/spec_helper.rb
hybag-0.0.5 spec/spec_helper.rb
hybag-0.0.4 spec/spec_helper.rb