Sha256: fed8fa7eee8772b13bf785958017f3d4279acf237a1686a33dadbdd5beec1fe2

Contents?: true

Size: 396 Bytes

Versions: 126

Compression:

Stored size: 396 Bytes

Contents

require 'rubygems'
require 'bundler'
require 'rake/testtask'
include Rake::DSL
Bundler::GemHelper.install_tasks

Rake::TestTask.new(:test) do |t|
  t.libs << "."
  t.test_files =
    FileList['test/*_test.rb'].exclude('test/s3_commands_test.rb')
end

desc "Run the test_server"
task :test_server do |t|
  system("bundle exec bin/fakes3 --port 10453 --root test_root")
end

task :default => :test

Version data entries

126 entries across 126 versions & 26 rubygems

Version Path
plntr-fakes3-1.0.0.pre.10alpha11 Rakefile
plntr-fakes3-1.0.0.pre.10alpha10 Rakefile
plntr-fakes3-1.0.0.pre.10alpha9 Rakefile
plntr-fakes3-1.0.0.pre.10alpha8 Rakefile
plntr-fakes3-1.0.0.pre.10alpha7 Rakefile
plntr-fakes3-1.0.0.pre.10alpha6 Rakefile
plntr-fakes3-1.0.0.pre.10alpha5 Rakefile
plntr-fakes3-1.0.0.pre.10alpha3 Rakefile
plntr-fakes3-1.0.0.pre.10alpha2 Rakefile
plntr-fakes3-1.0.0.pre.10alpha1 Rakefile
plntr-fakes3-1.0.0.pre.9 Rakefile
plntr-fakes3-1.0.0.pre.9test9 Rakefile
plntr-fakes3-1.0.0.pre.9test8 Rakefile
plntr-fakes3-1.0.0.pre.9test7 Rakefile
plntr-fakes3-1.0.0.pre.9test6 Rakefile
plntr-fakes3-1.0.0.pre.9test5 Rakefile
plntr-fakes3-1.0.0.pre.9test4 Rakefile
plntr-fakes3-1.0.0.pre.9test3 Rakefile
plntr-fakes3-1.0.0.pre.9test2 Rakefile
plntr-fakes3-1.0.0.pre.9test1 Rakefile