test/test_helper.rb in quesadilla-0.1.0 vs test/test_helper.rb in quesadilla-0.1.1
- old
+ new
@@ -12,7 +12,7 @@
Dir["#{File.expand_path(File.dirname(__FILE__))}/support/*.rb"].each do |file|
require file
end
class Quesadilla::TestCase < MiniTest::Unit::TestCase
- include ExtractorMacros
+ include Quesadilla
end