summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2017-06-25 20:06:37 -0600
committerDan Allen <dan.j.allen@gmail.com>2017-06-25 20:06:37 -0600
commit5e4a12a5bfdc4ef9eaedb7031c7721ac4a9cc22e (patch)
treef4285448f669ab189750b9ae3cccee3a29a2e704
parentc733d788148d23b0dea0ada921665514dd3a120d (diff)
remove unused test configuration in Rakefile
-rw-r--r--Rakefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/Rakefile b/Rakefile
index e9462ca4..4f7b592c 100644
--- a/Rakefile
+++ b/Rakefile
@@ -29,22 +29,6 @@ begin
rescue LoadError
end
-=begin
-# Run tests with Encoding.default_external set to US-ASCII
-begin
- Rake::TestTask.new(:test_us_ascii) do |test|
- prepare_test_env
- puts "LANG: #{ENV['LANG']}"
- test.libs << 'test'
- test.pattern = 'test/**/*_test.rb'
- test.ruby_opts << '-EUS-ASCII' if RUBY_VERSION >= '1.9'
- test.verbose = true
- test.warning = true
- end
-rescue LoadError
-end
-=end
-
begin
require 'cucumber/rake/task'
Cucumber::Rake::Task.new(:features) do |t|