Sha256: ef5d7205bda02575ea6136dd65fbaa7b36712b40dbbfb86e244f237e1b3f2970

Contents?: true

Size: 408 Bytes

Versions: 11

Compression:

Stored size: 408 Bytes

Contents

require "spec/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

11 entries across 11 versions & 1 rubygems

Version Path
rr-0.4.6 spec/rr/adapters/rr_methods_times_matcher_spec.rb
rr-0.4.0 spec/rr/adapters/rr_methods_times_matcher_spec.rb
rr-0.4.9 spec/rr/adapters/rr_methods_times_matcher_spec.rb
rr-0.4.3 spec/rr/adapters/rr_methods_times_matcher_spec.rb
rr-0.4.2 spec/rr/adapters/rr_methods_times_matcher_spec.rb
rr-0.4.4 spec/rr/adapters/rr_methods_times_matcher_spec.rb
rr-0.4.8 spec/rr/adapters/rr_methods_times_matcher_spec.rb
rr-0.4.1 spec/rr/adapters/rr_methods_times_matcher_spec.rb
rr-0.4.7 spec/rr/adapters/rr_methods_times_matcher_spec.rb
rr-0.4.5 spec/rr/adapters/rr_methods_times_matcher_spec.rb
rr-0.4.10 spec/rr/adapters/rr_methods_times_matcher_spec.rb