Sha256: 01bab1f20ab19017ef5346aefa2359c62491b1044ffaf2ceaac9036b472509d8

Contents?: true

Size: 386 Bytes

Versions: 23

Compression:

Stored size: 386 Bytes

Contents

require "bundler/gem_tasks"
require "rspec/core/rake_task"

RSpec::Core::RakeTask.new do |t|
  t.pattern = "spec/httpi/**/*_spec.rb"
end

desc "Run RSpec integration examples"
RSpec::Core::RakeTask.new "spec_integration" do |t|
  t.pattern = "spec/integration/*_spec.rb"
end

task :default => :spec

desc "Run RSpec code and integration examples"
task :ci => [:spec, :spec_integration]

Version data entries

23 entries across 23 versions & 2 rubygems

Version Path
httpi-2.4.2 Rakefile
httpi-2.4.1 Rakefile
httpi-2.4.0 Rakefile
httpi-2.3.0 Rakefile
httpi-2.1.1 Rakefile
httpi-2.2.7 Rakefile
httpi-2.2.6 Rakefile
httpi-2.2.5 Rakefile
vagrant-tiktalik-0.0.3 vendor/bundle/ruby/2.0.0/gems/httpi-0.9.7/Rakefile
httpi-2.2.4 Rakefile
httpi-2.2.3 Rakefile
httpi-2.2.1 Rakefile
httpi-2.2.0 Rakefile
httpi-2.1.0 Rakefile
httpi-2.0.2 Rakefile
httpi-2.0.1 Rakefile
httpi-2.0.0 Rakefile
httpi-2.0.0.rc1 Rakefile
httpi-1.1.1 Rakefile
httpi-1.1.0 Rakefile