test/reload_test.rb in byebug-1.2.0 vs test/reload_test.rb in byebug-1.3.0
- old
+ new
@@ -1,8 +1,7 @@
require_relative 'test_helper'
-describe 'Reload Command' do
- include TestDsl
+class TestReload < TestDsl::TestCase
describe 'autoreloading' do
after { Byebug::Command.settings[:autoreload] = true }
it 'must notify that automatic reloading is on by default' do