Sha256: 2745ef9f716ed48f39e82431e8e3757fd945db9585bd3f201153f70dee5a282c
Contents?: true
Size: 493 Bytes
Versions: 6
Compression:
Stored size: 493 Bytes
Contents
$LOAD_PATH.unshift(File.dirname(__FILE__)) require 'rspec/core/rake_task' RSpec::Core::RakeTask.new do |t| end task :install do rm_rf "*.gem" puts `gem build typhoeus.gemspec` puts `gem install typhoeus-*.gem` end desc "Start up the test servers" task :start_test_servers do require 'spec/support/typhoeus_localhost_server' begin TyphoeusLocalhostServer.start_servers!(:rake) rescue Exception end end desc "Build Typhoeus and run all the tests." task :default => [:spec]
Version data entries
6 entries across 6 versions & 3 rubygems
Version | Path |
---|---|
dcu-typhoeus-0.4.3 | Rakefile |
dcu-typhoeus-0.4.2 | Rakefile |
hhry-typhoeus-0.4.0 | Rakefile |
typhoeus-0.4.0 | Rakefile |
dcu-typhoeus-0.4.1 | Rakefile |
dcu-typhoeus-0.4.0 | Rakefile |