test/shoulda_macros/jeweler_macros.rb in namelessjon-jeweler-0.6.2 vs test/shoulda_macros/jeweler_macros.rb in namelessjon-jeweler-0.6.5
- old
+ new
@@ -28,11 +28,8 @@
version = "#{major}.#{minor}.#{patch}"
should_have_major_version major
should_have_minor_version minor
should_have_patch_version patch
should_be_version version
- should "output the new version, #{version}" do
- assert_match version, @output
- end
end
end
end