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-1.0.2 Rakefile
wp2txt-1.0.1 Rakefile
wp2txt-1.0.0 Rakefile
wp2txt-0.9.5.1 Rakefile
wp2txt-0.9.5 Rakefile
wp2txt-0.9.4 Rakefile
wp2txt-0.9.3 Rakefile
wp2txt-0.9.2 Rakefile
wp2txt-0.9.1 Rakefile
wp2txt-0.8.0 Rakefile
wp2txt-0.7.8 Rakefile
wp2txt-0.7.7 Rakefile
wp2txt-0.7.6 Rakefile
wp2txt-0.7.5 Rakefile
wp2txt-0.7.0 Rakefile
wp2txt-0.6.1 Rakefile
wp2txt-0.6.0 Rakefile
wp2txt-0.5.4 Rakefile
wp2txt-0.5.3 Rakefile
wp2txt-0.5.2 Rakefile