Sha256: 61f409b0055521260f9f92ebdd4366d88640533c0ccb788c7f9b587c6f3fae00
Contents?: true
Size: 453 Bytes
Versions: 32
Compression:
Stored size: 453 Bytes
Contents
require File.expand_path("#{File.dirname(__FILE__)}/../../spec_helper") module RR module Adapters describe RRMethods, "#any_times" do it_should_behave_like "RR::Adapters::RRMethods" it "returns an AnyTimesMatcher" do any_times.should == TimesCalledMatchers::AnyTimesMatcher.new end it "rr_any_times returns an AnyTimesMatcher" do rr_any_times.should == TimesCalledMatchers::AnyTimesMatcher.new end end end end
Version data entries
32 entries across 32 versions & 5 rubygems