Skip to content

Commit

Permalink
Move test task to the correct file
Browse files Browse the repository at this point in the history
  • Loading branch information
bhb committed Dec 12, 2011
1 parent b0c4ec2 commit b4a68e0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
7 changes: 7 additions & 0 deletions Rakefile
@@ -1 +1,8 @@
require "bundler/gem_tasks" require "bundler/gem_tasks"

require 'rake/testtask'
Rake::TestTask.new(:test) do |test|
test.libs << 'lib' << 'test'
test.pattern = 'test/**/*_test.rb'
test.verbose = true
end
7 changes: 0 additions & 7 deletions rack-perftools_profiler.gemspec
Expand Up @@ -30,11 +30,4 @@ Gem::Specification.new do |s|
s.add_development_dependency 'mocha', '~> 0.9' s.add_development_dependency 'mocha', '~> 0.9'
s.add_development_dependency 'rake', '~> 0.9.2' s.add_development_dependency 'rake', '~> 0.9.2'


require 'rake/testtask'
Rake::TestTask.new(:test) do |test|
test.libs << 'lib' << 'test'
test.pattern = 'test/**/*_test.rb'
test.verbose = true
end

end end

0 comments on commit b4a68e0

Please sign in to comment.