Sha256: 8ec670e8966bdc34ef4b2966a432fcd0487e79b6d0005ae1a1cfe55c69ba4636

Contents?: true

Size: 272 Bytes

Versions: 9

Compression:

Stored size: 272 Bytes

Contents

#!/usr/bin/env rake
require "bundler/gem_tasks"
require 'rake/testtask'
#~ RSpec::Core::RakeTask.new

#~ task :default => :spec
#~ task :test => :spec
Rake::TestTask.new do |t|
    t.libs << "test"
    t.test_files = FileList['test/**/*_test.rb']
    t.verbose = true
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
acts_as_monitor-2.0.0 Rakefile
acts_as_monitor-1.0.4 Rakefile
acts_as_monitor-1.0.2 Rakefile
acts_as_monitor-1.0.1 Rakefile
acts_as_monitor-0.1.2 Rakefile
acts_as_monitor-0.1.1 Rakefile
acts_as_monitor-0.1.0 Rakefile
acts_as_monitor-0.0.9 Rakefile
acts_as_monitor-0.0.2 Rakefile