Sha256: ceb8ef0434a0d93b5712f713fb08e956f3a0d37bb29a41b1f47c9a31c4774430
Contents?: true
Size: 233 Bytes
Versions: 1
Compression:
Stored size: 233 Bytes
Contents
require 'spec_helper' describe RSpec::Mocks::Methods do describe '#must_receive' do it 'is an alias for #should_receive' do subject.method(:must_receive).must == subject.method(:should_receive) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rspec-must-0.0.1 | spec/rspec/mocks/methods_spec.rb |