Sha256: 17091bb9919a8460bf198472e83c6ffc5896cf0edaafa0ee0a39cdba93102212

Contents?: true

Size: 332 Bytes

Versions: 15

Compression:

Stored size: 332 Bytes

Contents

# Load support files
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f }

RSpec.configure do |config|
  # Remove this line if you don't want RSpec's should and should_not
  # methods or matchers
  require 'rspec/expectations'
  config.include RSpec::Matchers

  # == Mock Framework
  config.mock_with :rspec
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
linkser-0.0.15 spec/spec_helper.rb
linkser-0.0.14 spec/spec_helper.rb
linkser-0.0.13 spec/spec_helper.rb
linkser-0.0.12 spec/spec_helper.rb
linkser-0.0.11 spec/spec_helper.rb
linkser-0.0.10 spec/spec_helper.rb
linkser-0.0.9 spec/spec_helper.rb
linkser-0.0.8 spec/spec_helper.rb
linkser-0.0.7 spec/spec_helper.rb
linkser-0.0.6 spec/spec_helper.rb
linkser-0.0.5 spec/spec_helper.rb
linkser-0.0.4 spec/spec_helper.rb
linkser-0.0.3 spec/spec_helper.rb
linkser-0.0.2 spec/spec_helper.rb
linkser-0.0.1 spec/spec_helper.rb