Sha256: a827f5c42a0aa62d44c3157760f9d5bb963ba91e224e00f3a218474cf4cad3dd

Contents?: true

Size: 288 Bytes

Versions: 8

Compression:

Stored size: 288 Bytes

Contents

require 'bundler/gem_tasks'
require 'rake/testtask'

Rake::TestTask.new(:spec) do |t|
  t.libs << 'spec'
  t.pattern = 'spec/**/*_spec.rb'
  t.verbose = false
end

task default: :spec

desc 'Pry console'
task :console do
  require 'rasti-web'
  require 'pry'
  ARGV.clear
  Pry.start
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
rasti-web-0.1.0 Rakefile
rasti-web-0.0.7 Rakefile
rasti-web-0.0.6 Rakefile
rasti-web-0.0.5 Rakefile
rasti-web-0.0.4 Rakefile
rasti-web-0.0.3 Rakefile
rasti-web-0.0.2 Rakefile
rasti-web-0.0.1 Rakefile