test/lib/vedeu/main_loop_test.rb in vedeu-0.4.50 vs test/lib/vedeu/main_loop_test.rb in vedeu-0.4.51
- old
+ new
@@ -19,13 +19,15 @@
describe '.safe_exit_point!' do
subject { described.safe_exit_point! }
context 'when the application has started' do
context 'when the loop is running' do
+ # @todo
# it { skip }
end
context 'when the loop is not running' do
+ # @todo
# it { skip }
end
end
end