Sha256: 22678ef6de077095f720ec78481ef999ff21771204a404717816ddc1f63a0635

Contents?: true

Size: 329 Bytes

Versions: 27

Compression:

Stored size: 329 Bytes

Contents

# frozen_string_literal: true
require 'support'
require 'mustermann/simple_match'

describe Mustermann::SimpleMatch do
  subject { Mustermann::SimpleMatch.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

27 entries across 24 versions & 5 rubygems

Version Path
mustermann-3.0.3 spec/simple_match_spec.rb
mustermann-3.0.2 spec/simple_match_spec.rb
mustermann-3.0.1 spec/simple_match_spec.rb
rubypitaya-3.12.5 ./lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/mustermann-3.0.0/spec/simple_match_spec.rb
rubypitaya-3.12.4 ./lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/mustermann-3.0.0/spec/simple_match_spec.rb
rubypitaya-3.12.3 ./lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/mustermann-3.0.0/spec/simple_match_spec.rb
rubypitaya-3.12.2 ./lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/mustermann-3.0.0/spec/simple_match_spec.rb
mustermann-3.0.0 spec/simple_match_spec.rb
mustermann-2.0.2 spec/simple_match_spec.rb
mustermann-2.0.1 spec/simple_match_spec.rb
mustermann-2.0.0 spec/simple_match_spec.rb
mustermann-1.1.2 spec/simple_match_spec.rb
devcycle-ruby-server-sdk-1.1.0 examples/sinatra/vendor/bundle/ruby/3.0.0/gems/mustermann-1.1.1/spec/simple_match_spec.rb
devcycle-ruby-server-sdk-1.1.0 examples/sinatra/vendor/bundle/ruby/3.1.0/gems/mustermann-1.1.1/spec/simple_match_spec.rb
devcycle-ruby-server-sdk-1.1.0 examples/sinatra/vendor/bundle/ruby/2.6.0/gems/mustermann-1.1.1/spec/simple_match_spec.rb
grape-extra_validators-2.0.0 vendor/bundle/ruby/2.6.0/gems/mustermann-1.0.3/spec/simple_match_spec.rb
grape-extra_validators-2.0.0 vendor/bundle/ruby/2.6.0/gems/mustermann-1.1.1/spec/simple_match_spec.rb
grape-extra_validators-1.0.0 vendor/bundle/ruby/2.4.0/gems/mustermann-1.0.3/spec/simple_match_spec.rb
mustermann-1.1.1 spec/simple_match_spec.rb
mustermann-1.1.0 spec/simple_match_spec.rb