Sha256: 36a607b6b55b009d92ceeae458fe088249c9ea1d21afc1556b57f2964cc03d24

Contents?: true

Size: 198 Bytes

Versions: 28

Compression:

Stored size: 198 Bytes

Contents

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

RSpec::Core::RakeTask.new(:spec) do |spec|
  spec.pattern = FileList['spec/**/*_spec.rb']
end

task :default => :spec

Version data entries

28 entries across 28 versions & 2 rubygems

Version Path
wp2txt-0.5.1 Rakefile
wp2txt-0.5.02 Rakefile
wp2txt-0.5.0 Rakefile
wp2txt-0.4.2 Rakefile
wp2txt-0.4.1 Rakefile
millionaire-0.1.0 Rakefile
millionaire-0.0.2 Rakefile
millionaire-0.0.1 Rakefile