Sha256: a2705a20a25ab82c8409411ab10d6783fc37a427a2b4917ee1aa071da0132e10

Contents?: true

Size: 362 Bytes

Versions: 69

Compression:

Stored size: 362 Bytes

Contents

require 'bundler'
Bundler.setup(:default, :development)
Bundler::GemHelper.install_tasks
require "rspec/core/rake_task"
require "noodall-core"

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

RSpec::Core::RakeTask.new(:rcov) do |spec|
  spec.rcov = true
end

task :default => :spec

require File.expand_path('../config/application', __FILE__)

Noodall::Application.load_tasks

Version data entries

69 entries across 69 versions & 1 rubygems

Version Path
noodall-ui-0.4.11 Rakefile
noodall-ui-0.4.10 Rakefile
noodall-ui-0.4.9 Rakefile
noodall-ui-0.4.8 Rakefile
noodall-ui-0.4.7 Rakefile
noodall-ui-0.4.6 Rakefile
noodall-ui-0.3.19 Rakefile
noodall-ui-0.4.5 Rakefile
noodall-ui-0.4.4 Rakefile
noodall-ui-0.4.1 Rakefile
noodall-ui-0.4.0 Rakefile
noodall-ui-0.3.17 Rakefile
noodall-ui-0.3.16 Rakefile
noodall-ui-0.3.15 Rakefile
noodall-ui-0.3.14 Rakefile
noodall-ui-0.3.13 Rakefile
noodall-ui-0.3.12 Rakefile
noodall-ui-0.3.11 Rakefile
noodall-ui-0.3.8 Rakefile
noodall-ui-0.3.7 Rakefile