Sha256: 3a65c6cce5358c98ae8fb87e8df08cae873f7e57f79ad1cf8900240056ce3b3f

Contents?: true

Size: 354 Bytes

Versions: 19

Compression:

Stored size: 354 Bytes

Contents

require 'rubygems'
require 'bundler/setup'

require 'hash_rocket' # and any other gems you need
Dir[File.expand_path('../..',__FILE__) + "spec/data/*"].each {|f| require f}

RSpec.configure do |config|
  config.treat_symbols_as_metadata_keys_with_true_values = true
  config.filter_run :focus => true
  config.run_all_when_everything_filtered = true
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
hash_rocket-0.4.1 spec/spec_helper.rb
hash_rocket-0.4.0 spec/spec_helper.rb
hash_rocket-0.3.9 spec/spec_helper.rb
hash_rocket-0.3.8 spec/spec_helper.rb
hash_rocket-0.3.7 spec/spec_helper.rb
hash_rocket-0.3.6 spec/spec_helper.rb
hash_rocket-0.3.5 spec/spec_helper.rb
hash_rocket-0.3.4 spec/spec_helper.rb
hash_rocket-0.3.3 spec/spec_helper.rb
hash_rocket-0.3.2 spec/spec_helper.rb
hash_rocket-0.3.1 spec/spec_helper.rb
hash_rocket-0.3.0 spec/spec_helper.rb
hash_rocket-0.2.9 spec/spec_helper.rb
hash_rocket-0.2.8 spec/spec_helper.rb
hash_rocket-0.2.7 spec/spec_helper.rb
hash_rocket-0.2.6 spec/spec_helper.rb
hash_rocket-0.2.5 spec/spec_helper.rb
hash_rocket-0.2.4 spec/spec_helper.rb
hash_rocket-0.2.3 spec/spec_helper.rb