Sha256: bb94f3164bd83b166c0269a1a4ece7c8cd953f033f57b48441c0956a6f2f8237

Contents?: true

Size: 266 Bytes

Versions: 7

Compression:

Stored size: 266 Bytes

Contents

require "spec/spec_helper"

module RR
  module WildcardMatchers
    describe Numeric do
      describe "#inspect" do
        it "returns numeric" do
          matcher = Numeric.new
          matcher.inspect.should == "numeric"
        end
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
rr-0.4.4 spec/rr/expectations/numeric_spec.rb
rr-0.4.9 spec/rr/expectations/numeric_spec.rb
rr-0.4.8 spec/rr/expectations/numeric_spec.rb
rr-0.4.5 spec/rr/expectations/numeric_spec.rb
rr-0.4.6 spec/rr/expectations/numeric_spec.rb
rr-0.4.7 spec/rr/expectations/numeric_spec.rb
rr-0.4.10 spec/rr/expectations/numeric_spec.rb