Sha256: 9258e0969f0fb34b3c7a0ab0b10e9a31849d566e1a63100b44c104f25425c619

Contents?: true

Size: 248 Bytes

Versions: 92

Compression:

Stored size: 248 Bytes

Contents

require 'bundler/gem_tasks'
require 'rake/testtask'

Rake::TestTask.new(:test) do |t|
  ENV[ 'GLOO_ENV' ] = 'TEST'

  t.warning = false
  t.libs << 'test'
  t.libs << 'lib'
  t.test_files = FileList['test/**/*_test.rb']
end

task :default => :test

Version data entries

92 entries across 92 versions & 2 rubygems

Version Path
gloo-1.2.10 Rakefile
gloo-lang-1.2.7 Rakefile
gloo-1.2.9 Rakefile
gloo-1.2.8 Rakefile
gloo-1.2.7 Rakefile
gloo-1.2.6 Rakefile
gloo-lang-1.2.6 Rakefile
gloo-1.2.5 Rakefile
gloo-lang-1.2.5 Rakefile
gloo-1.2.4 Rakefile
gloo-lang-1.2.4 Rakefile
gloo-1.2.3 Rakefile
gloo-lang-1.2.3 Rakefile
gloo-1.2.2 Rakefile
gloo-lang-1.2.2 Rakefile
gloo-lang-1.2.1 Rakefile
gloo-lang-1.2.0 Rakefile
gloo-1.2.0 Rakefile
gloo-1.1.0 Rakefile
gloo-lang-1.1.0 Rakefile