Sha256: 74085ff8fdd385d8c4fcdb641a742398c33bd9daf7a59cd9d7065f58e3f3d290

Contents?: true

Size: 685 Bytes

Versions: 180

Compression:

Stored size: 685 Bytes

Contents

require "rubygems"


require 'rspec/core'
require "rspec/core/rake_task"

RSpec::Core::RakeTask.new do |t|
  t.pattern = "./**/*_spec.rb"
  t.ruby_opts = "-w"
end

task :default => :spec

# desc "Run all specs in spec directory with RCov"
# RSpec::Core::RakeTask.new(:rcov) do |t|
#   t.libs << 'lib'
#   t.libs << 'spec'
#   t.warning = true
#   t.rcov = true
#   t.rcov_opts = ['-x spec']
# end

desc "Generate RDoc"
task :docs do
  FileUtils.rm_rf("doc")
  require "rack/test"
  system "hanna --title 'Rack::Test #{Rack::Test::VERSION} API Documentation'"
end

desc 'Removes trailing whitespace'
task :whitespace do
  sh %{find . -name '*.rb' -exec sed -i '' 's/ *$//g' {} \\;}
end

Version data entries

180 entries across 157 versions & 36 rubygems

Version Path
tdiary-5.0.5 vendor/bundle/gems/rack-test-0.6.3/Rakefile
tdiary-5.0.5 vendor/bundle/gems/tdiary-5.0.4/vendor/bundle/gems/rack-test-0.6.3/Rakefile
enju_leaf-1.2.1 vendor/bundle/ruby/2.3/gems/rack-test-0.6.3/Rakefile
tdiary-5.0.4 vendor/bundle/gems/rack-test-0.6.3/Rakefile
mdg-1.0.1 vendor/bundle/ruby/2.3.0/gems/rack-test-0.6.3/Rakefile
autocompl-0.2.2 test/dummy/vendor/bundle/ruby/2.3.0/gems/rack-test-0.6.3/Rakefile
autocompl-0.2.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/rack-test-0.6.3/Rakefile
autocompl-0.2.0 test/dummy/vendor/bundle/ruby/2.3.0/gems/rack-test-0.6.3/Rakefile
autocompl-0.1.2 test/dummy/vendor/bundle/ruby/2.3.0/gems/rack-test-0.6.3/Rakefile
autocompl-0.1.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/rack-test-0.6.3/Rakefile
autocompl-0.1.0 test/dummy/vendor/bundle/ruby/2.3.0/gems/rack-test-0.6.3/Rakefile
autocompl-0.0.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/rack-test-0.6.3/Rakefile
abaci-0.3.0 vendor/bundle/gems/rack-test-0.6.3/Rakefile
arcabouco-0.2.13 vendor/bundle/gems/rack-test-0.6.3/Rakefile
tdiary-5.0.2 vendor/bundle/gems/rack-test-0.6.3/Rakefile
tdiary-5.0.1 vendor/bundle/gems/rack-test-0.6.3/Rakefile
ish_lib_manager-0.0.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/rack-test-0.6.3/Rakefile
angular-rails4-templates-0.4.1 vendor/ruby/2.1.0/gems/rack-test-0.6.3/Rakefile
angular-rails4-templates-0.4.0 vendor/ruby/2.1.0/gems/rack-test-0.6.3/Rakefile
angular-rails4-templates-0.3.0 vendor/ruby/2.1.0/gems/rack-test-0.6.3/Rakefile