test/lib/vedeu/launcher_test.rb in vedeu-0.4.50 vs test/lib/vedeu/launcher_test.rb in vedeu-0.4.51
- old
+ new
@@ -26,13 +26,15 @@
describe '#debug_execute!' do
subject { instance.debug_execute! }
context 'when debugging is enabled in the configuration' do
+ # @todo
# it { skip }
end
context 'when debugging is not enabled in the configuration' do
+ # @todo
# it { skip }
end
end
describe '#execute!' do