Sha256: fcc3579cb38a25bf0b9617fea753bd7b82e7878bb5c84f3610de9a947972e4fc

Contents?: true

Size: 299 Bytes

Versions: 13

Compression:

Stored size: 299 Bytes

Contents

$LOAD_PATH.unshift(File.expand_path(File.join(File.dirname(__FILE__), *%w[lib])))
require 'agile_notifier'

task :default => :test

require 'rake/testtask'
desc 'Run Unit Test'
Rake::TestTask.new do |test|
  test.libs << 'test'
  test.test_files = FileList['test/test*.rb']
  test.verbose = true
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
agile_notifier-3.1.2 Rakefile
agile_notifier-3.0.2 Rakefile
agile_notifier-3.0.1 Rakefile
agile_notifier-3.0.0 Rakefile
agile_notifier-2.1.4 Rakefile
agile_notifier-2.1.3 Rakefile
agile_notifier-2.1.2 Rakefile
agile_notifier-2.1.1 Rakefile
agile_notifier-2.1 Rakefile
agile_notifier-2.0 Rakefile
agile_notifier-1.1.1 Rakefile
agile_notifier-1.1 Rakefile
agile_notifier-1.0 Rakefile