spec/reek/stop_context_spec.rb in reek-1.2.4 vs spec/reek/stop_context_spec.rb in reek-1.2.5

- old
+ new

@@ -10,10 +10,10 @@ @stop = StopContext.new end context 'with a module that is not loaded' do it 'does not find the module' do - @stop.find_module('CGI').should == nil + @stop.find_module('Nobbles').should == nil end it 'does not find an unqualified class in the module' do @stop.find_module('HtmlExtension').should == nil end end