rubygems_generators/install_rspec/templates/spec.rb in newgem-1.3.0 vs rubygems_generators/install_rspec/templates/spec.rb in newgem-1.4.0

- old
+ new

@@ -3,9 +3,9 @@ # Time to add your specs! # http://rspec.info/ describe "Place your specs here" do it "find this spec in spec directory" do - violated "Be sure to write your specs" + # violated "Be sure to write your specs" end end