Sha256: affa7c4df698a483f57f0c454b042cfcf265818febe12dce152f08f6926e2bfa
Contents?: true
Size: 151 Bytes
Versions: 1
Compression:
Stored size: 151 Bytes
Contents
require 'deprecation' require 'rspec/expectations' RSpec::Matchers.define :be_deprecated do |expected| match do |actual| actual.call end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
deprecation-0.0.1 | spec/spec_helper.rb |