summaryrefslogtreecommitdiff
path: root/rake_tasks/test.rake
diff options
context:
space:
mode:
Diffstat (limited to 'rake_tasks/test.rake')
-rw-r--r--rake_tasks/test.rake2
1 files changed, 0 insertions, 2 deletions
diff --git a/rake_tasks/test.rake b/rake_tasks/test.rake
index 7078f84..f070ccc 100644
--- a/rake_tasks/test.rake
+++ b/rake_tasks/test.rake
@@ -7,14 +7,12 @@ namespace :test do
desc 'run functional tests'
task :functional do
- ENV['check_rubygems'] = 'true'
ruby './test/functional/suite.rb'
ruby './test/functional/for_redcloth.rb'
end
desc 'run unit tests'
task :units do
- ENV['check_rubygems'] = 'true'
ruby './test/unit/suite.rb'
end