test/lib/vedeu/main_loop_test.rb in vedeu-0.4.31 vs test/lib/vedeu/main_loop_test.rb in vedeu-0.4.32
- old
+ new
@@ -24,13 +24,9 @@
end
context 'when the loop is not running' do
end
end
-
- context 'when the application has not started' do
- it { Vedeu.expects(:trigger); subject }
- end
end
end # MainLoop
end # Vedeu