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