Skip to content

Commit

Permalink
Remove task that is no longer needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
myronmarston committed Sep 11, 2011
1 parent 8f4d05a commit 6c55cff
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,3 @@ task :release => [:require_ruby_18, :prep_relish_release, :relish]
# For gem-test: http://gem-testers.org/
task :test => :spec

task :fix_should_eq do
Dir["spec/**/*.rb"].each do |spec_file|
contents = File.read(spec_file)
contents.gsub!(/should == (.*)$/, 'should eq(\1)')
File.open(spec_file, 'w') { |f| f.write(contents) }
end
end

0 comments on commit 6c55cff

Please sign in to comment.