summaryrefslogtreecommitdiff
path: root/rake_tasks/test.rake
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2017-11-02 23:16:14 +0100
committerKornelius Kalnbach <murphy@rubychan.de>2017-11-02 23:16:14 +0100
commit1f2367aead6b76f694041cb2688652ed70ae215a (patch)
tree2753212c91c93d61afa2d12aac85d5b3a873e52b /rake_tasks/test.rake
parent1bdaeef6c43436e4984f5b96cb17618f82832225 (diff)
parente15cf96405177153e1418496a7a8e85beaa679fb (diff)
downloadcoderay-1f2367aead6b76f694041cb2688652ed70ae215a.tar.gz
Merge branch 'master' into dsl
Diffstat (limited to 'rake_tasks/test.rake')
-rw-r--r--rake_tasks/test.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/rake_tasks/test.rake b/rake_tasks/test.rake
index b96e86d..58e6daa 100644
--- a/rake_tasks/test.rake
+++ b/rake_tasks/test.rake
@@ -2,7 +2,7 @@ namespace :test do
desc 'run functional tests'
task :functional do
ruby './test/functional/suite.rb'
- ruby './test/functional/for_redcloth.rb'
+ ruby './test/functional/for_redcloth.rb' unless (''.chop! rescue true)
end
desc 'run unit tests'