# File lib/mspec/matchers/have_constant.rb, line 9
 9:   def have_constant(variable)
10:     HaveConstantMatcher.new(variable)
11:   end