diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2017-06-25 20:06:37 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2017-06-25 20:06:37 -0600 |
| commit | 5e4a12a5bfdc4ef9eaedb7031c7721ac4a9cc22e (patch) | |
| tree | f4285448f669ab189750b9ae3cccee3a29a2e704 | |
| parent | c733d788148d23b0dea0ada921665514dd3a120d (diff) | |
remove unused test configuration in Rakefile
| -rw-r--r-- | Rakefile | 16 |
1 files changed, 0 insertions, 16 deletions
@@ -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| |
