Sha256: 6492e768abaa880f67488607b7f1e9fc8eb6c366212a2a889d114d4130d267db

Contents?: true

Size: 211 Bytes

Versions: 16

Compression:

Stored size: 211 Bytes

Contents

require 'rubygems'
require 'rspec'

Dir["./spec/support/**/*.rb"].each {|f| require f}

RSpec.configure do |config| 
  config.mock_with :rspec do |mocks|
    mocks.verify_doubled_constant_names = true
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
awestruct-0.6.7 spec/spec_helper.rb
awestruct-0.6.6 spec/spec_helper.rb
awestruct-0.6.5 spec/spec_helper.rb
awestruct-0.6.4 spec/spec_helper.rb
awestruct-0.6.3 spec/spec_helper.rb
awestruct-0.6.2 spec/spec_helper.rb
awestruct-0.6.1 spec/spec_helper.rb
awestruct-0.6.0 spec/spec_helper.rb
awestruct-0.6.0.RC1 spec/spec_helper.rb
awestruct-0.6.0.alpha4 spec/spec_helper.rb
awestruct-0.6.0.alpha3 spec/spec_helper.rb
awestruct-0.6.0.alpha1 spec/spec_helper.rb
awestruct-0.5.7 spec/spec_helper.rb
awestruct-0.5.7.RC2 spec/spec_helper.rb
awestruct-0.5.7.RC1 spec/spec_helper.rb
awestruct-0.5.6 spec/spec_helper.rb