Sha256: 145d97e91528b555f8844ccf4689764e6f54d2142f43ee69a6147a774f65d83a

Contents?: true

Size: 252 Bytes

Versions: 17

Compression:

Stored size: 252 Bytes

Contents

require "bundler/gem_tasks"
require "rspec/core/rake_task"

RSpec::Core::RakeTask.new

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

desc "Run RSpec with code coverage"
task :coverage do
  ENV['SIMPLE_COVERAGE'] = "true"
  Rake::Task["spec"].execute
end

Version data entries

17 entries across 17 versions & 3 rubygems

Version Path
activerecord_to_poro-0.0.9 Rakefile
activerecord_to_poro-0.0.8 Rakefile
activerecord_to_poro-0.0.7 Rakefile
activerecord_to_poro-0.0.6 Rakefile
activerecord_to_poro-0.0.5 Rakefile
activerecord_to_poro-0.0.4 Rakefile
yaoc-0.0.13 Rakefile
scoped_storage-0.0.1 Rakefile
yaoc-0.0.12 Rakefile
activerecord_to_poro-0.0.3 Rakefile
yaoc-0.0.11 Rakefile
yaoc-0.0.10 Rakefile
yaoc-0.0.9 Rakefile
activerecord_to_poro-0.0.2 Rakefile
activerecord_to_poro-0.0.1 Rakefile
yaoc-0.0.8 Rakefile
yaoc-0.0.7 Rakefile