Skip to content

Commit

Permalink
Removed rcov since it's not even compatible with ruby 1.9.x
Browse files Browse the repository at this point in the history
  • Loading branch information
David Padilla committed Feb 7, 2012
1 parent 8e97e28 commit 44216eb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
7 changes: 0 additions & 7 deletions Rakefile
Expand Up @@ -2,7 +2,6 @@ require 'bundler'
Bundler::GemHelper.install_tasks

require 'rake/testtask'
require 'rcov/rcovtask'

task :default => [:uglify, :test]

Expand All @@ -20,9 +19,3 @@ task :uglify do
end
end

Rcov::RcovTask.new do |t|
t.libs << "test"
t.test_files = FileList['test/**/*_test.rb']
t.rcov_opts = %w{--exclude \/gems\/}
t.verbose = true
end
1 change: 0 additions & 1 deletion rails3-jquery-autocomplete.gemspec
Expand Up @@ -21,7 +21,6 @@ Gem::Specification.new do |s|
s.add_development_dependency('shoulda', '~>2.11.1')
s.add_development_dependency('uglifier')
s.add_development_dependency('rr')
s.add_development_dependency('rcov')

s.files = Dir['lib/**/*'] + %w{CHANGELOG.md LICENSE README.md Rakefile}
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
Expand Down

0 comments on commit 44216eb

Please sign in to comment.