test/test_gman.rb in gman-6.0.1 vs test/test_gman.rb in gman-7.0.0
- old
+ new
@@ -51,12 +51,6 @@
end
should 'returns the path to domains.txt' do
assert_equal true, File.exist?(Gman.list_path)
end
-
- should 'stub domains when asked' do
- with_env 'GMAN_STUB_DOMAINS', 'true' do
- assert_equal fixture_path('domains.txt'), Gman.list_path
- end
- end
end