summaryrefslogtreecommitdiff
path: root/rake_tasks
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2016-02-13 16:47:38 +0100
committerKornelius Kalnbach <murphy@rubychan.de>2016-02-13 16:47:38 +0100
commitcec02d0af556d0a9a9defd8c29f2647045537fbb (patch)
treec4dafc63daac5b4466033615578e3aeb7f9cbb24 /rake_tasks
parent3fc55739f9f4710f13c33ec1ea7e8046a20af611 (diff)
parent0a1f500d524ff0fb5eeafef051ccbb641954a87a (diff)
downloadcoderay-ruby-skip.tar.gz
Merge branch 'master' into ruby-skipruby-skip
Diffstat (limited to 'rake_tasks')
-rw-r--r--rake_tasks/test.rake6
1 files changed, 0 insertions, 6 deletions
diff --git a/rake_tasks/test.rake b/rake_tasks/test.rake
index 371214a..b15b999 100644
--- a/rake_tasks/test.rake
+++ b/rake_tasks/test.rake
@@ -1,9 +1,4 @@
namespace :test do
- desc 'run all sample tests'
- task :samples do
- ruby './test/samples/suite.rb'
- end
-
desc 'run functional tests'
task :functional do
ruby './test/functional/suite.rb'
@@ -85,4 +80,3 @@ Please rename or remove it and run again to use the GitHub repository:
end
task :test => %w(test:functional test:units test:exe)
-task :samples => 'test:samples' \ No newline at end of file