Sha256: 2de2bc22f85330a1f23959197bc8c55726422599c93bb15b8d68d749f1db3f5f
Contents?: true
Size: 356 Bytes
Versions: 5
Compression:
Stored size: 356 Bytes
Contents
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) $LOAD_PATH.unshift(File.dirname(__FILE__)) require 'rspec' require 'todoly' # 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
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
todoly-0.0.4 | spec/spec_helper.rb |
todoly-0.0.3 | spec/spec_helper.rb |
todoly-0.0.2 | spec/spec_helper.rb |
todoly-0.0.1 | spec/spec_helper.rb |
todoly-0.0.0 | spec/spec_helper.rb |