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