lib/remarkable/matchers.rb in remarkable-3.0.0 vs lib/remarkable/matchers.rb in remarkable-3.0.1
- old
+ new
@@ -4,10 +4,9 @@
# to include matchers in Test::Unit as well.
module Matchers; end
# Helper that includes required Remarkable modules into the given klass.
def self.include_matchers!(base, klass)
- # Add Remarkable macros core module
klass.send :extend, Remarkable::Macros
if defined?(base::Matchers)
klass.send :include, base::Matchers