Sha256: 12146557ea9b4d06ebc69b01e1abb600363fadcc1a40d3ce20e6be26a841f5ac

Contents?: true

Size: 363 Bytes

Versions: 3

Compression:

Stored size: 363 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 "rubygems"
require "bundler/setup"
require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new(:spec)

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
obitum-rails_admin-0.0.3 Rakefile
obitum-rails_admin-0.0.2 Rakefile
obitum-rails_admin-0.0.1 Rakefile