spec/reek/stop_context_spec.rb in reek-1.2.5 vs spec/reek/stop_context_spec.rb in reek-1.2.6
- old
+ new
@@ -22,6 +22,12 @@
context 'with a module that is loaded' do
it 'finds the module' do
@stop.find_module('Reek').name.should == 'Reek'
end
end
+
+ context 'full_name' do
+ it "reports full context" do
+ @stop.full_name.should == ''
+ end
+ end
end