Sha256: 7de642c2cf879acb205b53dd47564b03007687968e620183c02d5ca20df1a3bd

Contents?: true

Size: 134 Bytes

Versions: 17

Compression:

Stored size: 134 Bytes

Contents

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

task :default => [:spec]

desc 'run Rspec specs'
task :spec do
  sh 'rspec spec'
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
preek-1.7.0 Rakefile
preek-1.6.0 Rakefile
preek-1.5.1 Rakefile
preek-1.5.0 Rakefile
preek-1.4.3 Rakefile
preek-1.4.2 Rakefile
preek-1.4.1 Rakefile
preek-1.4.0 Rakefile
preek-1.3.2 Rakefile
preek-1.3.1 Rakefile
preek-1.2.1 Rakefile
preek-1.1.0 Rakefile
preek-1.0.0 Rakefile
preek-0.1.3 Rakefile
preek-0.1.2 Rakefile
preek-0.1.1 Rakefile
preek-0.1.0 Rakefile