Sha256: dfd16014c0791d9aa6d28fd3c63d9f48188dd2ed1d62beb04b1ed856919dbb12
Contents?: true
Size: 565 Bytes
Versions: 5
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 = :should end end $:.unshift(File.dirname(__FILE__) + '/../lib') require 'hash_mapper'
Version data entries
5 entries across 5 versions & 1 rubygems