Sha256: bce7399f57785cb7bfd7b313ea10c9f0f4fc1fd01f66f2d730e769085e9db56c

Contents?: true

Size: 291 Bytes

Versions: 3

Compression:

Stored size: 291 Bytes

Contents

require 'support'
require 'mustermann/simple_match'

describe Mustermann::SimpleMatch do
  subject { described_class.new('example') }
  its(:to_s) { should be == 'example' }
  its(:names) { should be == [] }
  its(:captures) { should be == [] }
  example { subject[1].should be == nil }
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mustermann-0.2.0 spec/simple_match_spec.rb
mustermann-0.1.0 spec/simple_match_spec.rb
mustermann-0.0.1 spec/simple_match_spec.rb