class Object
Constants
- RWEBSPEC_VERSION
# From
RWebSpec
6 fully supportsRSpec
3 # # For non-rwebspec project, need to add to the help to avoid deprecation warning if ::RSpec::Version::STRING && ::RSpec::Version::STRING =~ /^3/RSpec.configure do |config| config.expect_with :rspec do |c| c.syntax = :should end end
end
end¶ ↑