summaryrefslogtreecommitdiff
path: root/test/rubygems/test_gem_commands_pristine_command.rb
diff options
context:
space:
mode:
-rw-r--r--test/rubygems/test_gem_commands_pristine_command.rb30
1 files changed, 30 insertions, 0 deletions
@@ -80,6 +80,36 @@ class TestGemCommandsPristineCommand < Gem::TestCase
assert_empty out, out.inspect
end
def test_execute_no_extension
a = quick_spec 'a' do |s| s.extensions << 'ext/a/extconf.rb' end