Sha256: 66494dc8596b2808b74b041aa2cf7448459ba6f7a46c68558d0f9d3ecfdced03

Contents?: true

Size: 256 Bytes

Versions: 13

Compression:

Stored size: 256 Bytes

Contents

#!/usr/bin/env rake
require "bundler/gem_tasks"

APP_RAKEFILE = File.expand_path("../spec/dummy/Rakefile", __FILE__)
load 'rails/tasks/engine.rake'

require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(spec: 'app:db:test:prepare')

task default: :spec

Version data entries

13 entries across 13 versions & 3 rubygems

Version Path
tellimus-0.1.2 Rakefile
tellimus-0.1.1 Rakefile
tellimus-0.1.0 Rakefile
tellimus-0.0.4 Rakefile
tellimus-0.0.3 Rakefile
koudoku-2.0.0 Rakefile
thumbjive-koudoku-1.5.0 Rakefile
koudoku-1.2.4 Rakefile
koudoku-1.2.3 Rakefile
koudoku-1.2.2 Rakefile
koudoku-1.2.1 Rakefile
koudoku-1.1.2 Rakefile
koudoku-1.1.1 Rakefile