Sha256: 83a438199bf471f763cbf4f74a7a73651d68bd9fd366df766cf386e51e5bc87a
Contents?: true
Size: 354 Bytes
Versions: 5
Compression:
Stored size: 354 Bytes
Contents
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) $LOAD_PATH.unshift(File.dirname(__FILE__)) require 'rspec' require 'mona' # 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 |
---|---|
mona-0.4.0 | spec/spec_helper.rb |
mona-0.3.0 | spec/spec_helper.rb |
mona-0.2.1 | spec/spec_helper.rb |
mona-0.2.0 | spec/spec_helper.rb |
mona-0.1.0 | spec/spec_helper.rb |