pekhee/rspec_matcher_define_constant

View on GitHub
lib/rspec/matchers/define_constant.rb

Summary

Maintainability
A
0 mins
Test Coverage
require "rspec/matchers/define_constant/identity"
require "rspec/matcher"
require "rspec/matchers/define_constant/matcher"

module RSpec
  module Matchers
    # Makes sure block defines a constant and removes the constant after block is
    # done.
    module DefineConstant
    end
  end
end