Module: Is::RSpec::Helpers

Defined in:
lib/is/rspec.rb

Instance Method Summary collapse

Instance Method Details

#fit(type) ⇒ Object



25
26
27
# File 'lib/is/rspec.rb', line 25

def fit type
  Matcher.new type
end

#is(it, type) ⇒ Object



29
30
31
# File 'lib/is/rspec.rb', line 29

def is it, type
  expect(it).to fit type
end