Sha256: 9efe9874249269a8b8afc391a33879a406650c25dfe4c5db8f22f519c9bbe5ed

Contents?: true

Size: 212 Bytes

Versions: 23

Compression:

Stored size: 212 Bytes

Contents

#!/usr/bin/env rake
require "bundler/gem_tasks"

task :default => :test

require 'rake/testtask'
Rake::TestTask.new do |t|
  t.libs << "test"
  t.test_files = FileList['test/**/*_test.rb']
  t.verbose = true
end

Version data entries

23 entries across 23 versions & 2 rubygems

Version Path
neo-rails-0.3.2 Rakefile
neo-rails-0.3.1 Rakefile
neo-rails-0.3 Rakefile
neo-rails-0.2.3.1 Rakefile
neo-rails-0.2.3 Rakefile
neo-rails-0.2.2 Rakefile
neo-rails-0.2.1 Rakefile
neo-rails-0.2.0 Rakefile
neo-rails-0.1.3 Rakefile
neo-rails-0.1.2 Rakefile
neo-rails-0.1.1 Rakefile
neo-dci-0.2.0 Rakefile
neo-rails-0.1.0 Rakefile
neo-rails-0.0.8 Rakefile
neo-rails-0.0.7 Rakefile
neo-rails-0.0.6 Rakefile
neo-dci-0.1.0 Rakefile
neo-rails-0.0.5 Rakefile
neo-rails-0.0.4 Rakefile
neo-rails-0.0.3 Rakefile