Sha256: b2503716a174119cf38ee235e7d1128fbca38943e416b8086bfc8ff309e06b95

Contents?: true

Size: 266 Bytes

Versions: 7

Compression:

Stored size: 266 Bytes

Contents

require "spec/spec_helper"

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

Version data entries

7 entries across 7 versions & 1 rubygems

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