Sha256: 7afb643f9688eccc29da0383663f43efd5838357649aebe4779986f3be1d4ed8

Contents?: true

Size: 365 Bytes

Versions: 6

Compression:

Stored size: 365 Bytes

Contents

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'rspec'
require 'sentimentalizer'

# Requires supporting files with custom matchers and macros, etc,
# in ./support/ and its subdirectories.
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f}

RSpec.configure do |config|
  
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
sentimentalizer-0.3.2 spec/spec_helper.rb
sentimentalizer-0.3.1 spec/spec_helper.rb
sentimentalizer-0.3.0 spec/spec_helper.rb
sentimentalizer-0.2.2 spec/spec_helper.rb
sentimentalizer-0.2.1 spec/spec_helper.rb
sentimentalizer-0.1.0 spec/spec_helper.rb