Sha256: eb9d3ec713d8b9090ca1974a03e51cfe2ee3f304e3dfb101cc78640212318544
Contents?: true
Size: 565 Bytes
Versions: 4
Compression:
Stored size: 565 Bytes
Contents
# This file was generated by the `rspec --init` command. Conventionally, all # specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`. # Require this file using `require "spec_helper.rb"` to ensure that it is only # loaded once. # # See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration RSpec.configure do |config| config.run_all_when_everything_filtered = true config.filter_run focus: true config.expect_with :rspec do |c| c.syntax = :expect end end $:.unshift(File.dirname(__FILE__) + '/../lib') require 'hash_mapper'
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
hash_mapper-0.2.7 | spec/spec_helper.rb |
hash_mapper-0.2.6 | spec/spec_helper.rb |
hash_mapper-0.2.5 | spec/spec_helper.rb |
hash_mapper-0.2.4 | spec/spec_helper.rb |