module RSpec::Raml::Matchers::ClassMethods

Public Instance Methods

raml(&block) click to toggle source
# File lib/rspec/raml/matchers.rb, line 31
def raml(&block)
  let(:_raml_file, &block)
  let(:_raml_finder) do
    RSpec::Raml::Finder.new(::Raml.parse_file(_raml_file))
  end
end