Sha256: 28cced466148531b94081ed97beb0120bb333bbdaec00a67b3dbf9b0bd7a49ff

Contents?: true

Size: 592 Bytes

Versions: 78

Compression:

Stored size: 592 Bytes

Contents

require 'bundler/gem_tasks'
require 'rake/testtask'
require 'fileutils'
include FileUtils

task :run_test do
  Rake::Task['test'].execute
  puts '---------------------------------------------------------------------'
  puts 'TESTS PASSED... READY TO BUILD...'
  puts '---------------------------------------------------------------------'
end
task :build => :run_test
task :default => :build

########################################################################

Rake::TestTask.new do |t|
  t.libs.push 'lib'
  t.libs.push 'test'
  t.pattern = 'test/**/*_test.rb'
  t.verbose = false
end

Version data entries

78 entries across 78 versions & 7 rubygems

Version Path
fanforce-plugin-worker-2.0.0.rc15 Rakefile
fanforce-plugin-worker-2.0.0.rc14 Rakefile
fanforce-test-2.0.0.rc4 Rakefile
fanforce-api-2.0.0.rc6 Rakefile
fanforce-base-2.0.0.rc4 Rakefile
fanforce-plugin-worker-2.0.0.rc13 Rakefile
fanforce-plugin-worker-2.0.0.rc12 Rakefile
fanforce-test-2.0.0.rc3 Rakefile
fanforce-plugin-worker-2.0.0.rc11 Rakefile
fanforce-api-2.0.0.rc5 Rakefile
fanforce-base-2.0.0.rc3 Rakefile
rack-jquery-params-0.2.2 Rakefile
rack-jquery-params-0.2.1 Rakefile
rack-jquery-params-0.2.0 Rakefile
fanforce-plugin-worker-2.0.0.rc10 Rakefile
fanforce-plugin-worker-2.0.0.rc9 Rakefile
fanforce-plugin-worker-2.0.0.rc8 Rakefile
fanforce-plugin-worker-2.0.0.rc7 Rakefile
fanforce-plugin-worker-2.0.0.rc6 Rakefile
fanforce-plugin-worker-2.0.0.rc5 Rakefile