Method: Object#have_class_variable
- Defined in:
- lib/mspec/matchers/have_class_variable.rb
#have_class_variable(variable) ⇒ Object
9 10 11 |
# File 'lib/mspec/matchers/have_class_variable.rb', line 9 def have_class_variable(variable) HaveClassVariableMatcher.new(variable) end |