test/jeweler/test_specification.rb in jeweler-1.5.1 vs test/jeweler/test_specification.rb in jeweler-1.5.2
- old
+ new
@@ -41,12 +41,9 @@
should "make extra_rdoc_files a FileList" do
assert_equal FileList, @gemspec.extra_rdoc_files.class
end
- should "enable rdoc" do
- assert @gemspec.has_rdoc
- end
end
context "there aren't any executables in the project directory" do
setup do
@project.directory 'bin'