Sha256: b57d79e618544d30789ae0a2d7e4780f88015d34aeff695bea40a1ce68fa42c3

Contents?: true

Size: 482 Bytes

Versions: 4

Compression:

Stored size: 482 Bytes

Contents

require "bundler/setup"

require 'rake/testtask'

desc 'Test the act_with_flags plugin.'
Rake::TestTask.new(:test) do |t|
  t.libs << 'lib'
  t.libs << 'test'
  t.pattern = 'test/**/*_test.rb'
  t.verbose = false
end

task :default => :test


=begin
# 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.

require_relative 'config/application'

Rails.application.load_tasks
=end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
act_with_flags-0.1.0 Rakefile
act_with_flags-0.0.7 Rakefile
act_with_flags-0.0.6 Rakefile
act_with_flags-0.0.4 Rakefile