Sha256: d80814989bf6d711dfc4ae7d4d88e2184d40e8800838e2bfa1db20af1e2427af

Contents?: true

Size: 359 Bytes

Versions: 12

Compression:

Stored size: 359 Bytes

Contents

if RUBY_VERSION > "1.9"
  require 'simplecov'
  require 'simplecov-gem-adapter'
  SimpleCov.start 'gem'
end

require 'rspec'
require 'key_struct'

# 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

12 entries across 12 versions & 1 rubygems

Version Path
key_struct-0.4.2 spec/spec_helper.rb
key_struct-0.4.1 spec/spec_helper.rb
key_struct-0.4.0 spec/spec_helper.rb
key_struct-0.3.1 spec/spec_helper.rb
key_struct-0.3.0 spec/spec_helper.rb
key_struct-0.2.1 spec/spec_helper.rb
key_struct-0.2.0 spec/spec_helper.rb
key_struct-0.1.2 spec/spec_helper.rb
key_struct-0.1.1 spec/spec_helper.rb
key_struct-0.1.0 spec/spec_helper.rb
key_struct-0.0.2 spec/spec_helper.rb
key_struct-0.0.1 spec/spec_helper.rb