diff options
author | Kornelius Kalnbach <murphy@rubychan.de> | 2017-11-02 23:16:14 +0100 |
---|---|---|
committer | Kornelius Kalnbach <murphy@rubychan.de> | 2017-11-02 23:16:14 +0100 |
commit | 1f2367aead6b76f694041cb2688652ed70ae215a (patch) | |
tree | 2753212c91c93d61afa2d12aac85d5b3a873e52b /rake_tasks/test.rake | |
parent | 1bdaeef6c43436e4984f5b96cb17618f82832225 (diff) | |
parent | e15cf96405177153e1418496a7a8e85beaa679fb (diff) | |
download | coderay-1f2367aead6b76f694041cb2688652ed70ae215a.tar.gz |
Merge branch 'master' into dsl
Diffstat (limited to 'rake_tasks/test.rake')
-rw-r--r-- | rake_tasks/test.rake | 2 |
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' |