Sha256: 6766254866ed64276fca0c08e88ccf05165909711ab429cbed137d88f7163747

Contents?: true

Size: 370 Bytes

Versions: 9

Compression:

Stored size: 370 Bytes

Contents

# Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.

Dir['lib/tasks/*.rake'].each { |rake| load rake }

require 'bundler'
Bundler::GemHelper.install_tasks

require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec)

task :test => :spec
task :default => :spec

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
rails_admin-0.6.0 Rakefile
rails_admin-0.5.0 Rakefile
rails_admin-0.4.9 Rakefile
rails_admin-0.4.8 Rakefile
plan_b-0.0.2.pre1 Rakefile
plan_b-0.0.1.pre1 Rakefile
plan_b-0.0.1.pre Rakefile
rails_admin-0.4.7 Rakefile
rails_admin-0.4.6 Rakefile