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
jquery_regex-0.0.1 vendor/bundle/gems/rack-test-0.6.2/Rakefile
challah-rolls-0.2.0 vendor/bundle/gems/challah-0.8.3/vendor/bundle/gems/rack-test-0.6.2/Rakefile
challah-rolls-0.2.0 vendor/bundle/gems/challah-0.8.0.pre/vendor/bundle/gems/rack-test-0.6.1/Rakefile
challah-rolls-0.2.0 vendor/bundle/gems/challah-0.8.3/vendor/bundle/gems/rack-test-0.6.1/Rakefile
challah-rolls-0.2.0 vendor/bundle/gems/rack-test-0.6.2/Rakefile
challah-rolls-0.2.0 vendor/bundle/gems/rack-test-0.6.1/Rakefile
challah-0.8.3 vendor/bundle/gems/rack-test-0.6.2/Rakefile
challah-0.8.3 vendor/bundle/gems/rack-test-0.6.1/Rakefile
classiccms-0.6.8 vendor/bundle/gems/rack-test-0.6.1/Rakefile
classiccms-0.6.7 vendor/bundle/gems/rack-test-0.6.1/Rakefile
fragrant-0.0.5 vendor/bundle/ruby/1.9.1/gems/rack-test-0.6.2/Rakefile
classiccms-0.6.6 vendor/bundle/gems/rack-test-0.6.1/Rakefile
classiccms-0.6.5 vendor/bundle/gems/rack-test-0.6.1/Rakefile
classiccms-0.6.4 vendor/bundle/gems/rack-test-0.6.1/Rakefile
classiccms-0.6.3 vendor/bundle/gems/rack-test-0.6.1/Rakefile
classiccms-0.6.2 vendor/bundle/gems/rack-test-0.6.1/Rakefile
classiccms-0.6.1 vendor/bundle/gems/rack-test-0.6.1/Rakefile
classiccms-0.6.0 vendor/bundle/gems/rack-test-0.6.1/Rakefile
rack-test-0.6.2 Rakefile
joebadmo-rack-test-0.6.1 Rakefile