rubygems_generators/install_rspec/templates/spec.rb in newgem-0.22.1 vs rubygems_generators/install_rspec/templates/spec.rb in newgem-0.22.2
- old
+ new
@@ -1,11 +1,11 @@
require File.dirname(__FILE__) + '/spec_helper.rb'
# Time to add your specs!
-# http://rspec.rubyforge.org/
+# http://rspec.info/
describe "Place your specs here" do
it "find this spec in spec directory" do
violated "Be sure to write your specs"
end
-end
\ No newline at end of file
+end