Sha256: 240345089a0632273d04bbe4ad6f9a68e4ea8c641f5b186acd1e94bedd4d026c

Contents?: true

Size: 576 Bytes

Versions: 9

Compression:

Stored size: 576 Bytes

Contents

unless defined?(RSPEC_EXAMPLE_GROUP)
  if defined?(RSpec)
    require 'rspec/version'
    if RSpec::Version::STRING >= '3.0.0'
      skip_pending = true
    end
    if RSpec::Version::STRING >= '2.11.0'
      RSpec.configure do |config|
        config.expect_with :rspec do |c|
          c.syntax = :should
        end
        config.mock_with :rspec do |c|
          c.syntax = :should
        end
      end
    end
    RSPEC_EXAMPLE_GROUP = RSpec::Core::ExampleGroup
  else
    RSPEC_EXAMPLE_GROUP = Spec::Example::ExampleGroup
  end
  RSPEC_SKIP_PENDING = skip_pending
end

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
sequel-4.22.0 spec/rspec_helper.rb
sequel-4.21.0 spec/rspec_helper.rb
sequel-4.20.0 spec/rspec_helper.rb
sequel-4.19.0 spec/rspec_helper.rb
sequel-4.18.0 spec/rspec_helper.rb
sequel-4.17.0 spec/rspec_helper.rb
sequel-4.16.0 spec/rspec_helper.rb
asana2flowdock-1.0.0 vendor/bundle/ruby/1.9.1/gems/sequel-4.15.0/spec/rspec_helper.rb
sequel-4.15.0 spec/rspec_helper.rb