Sha256: 8bd4502ebf4592e280daec33db86f48af8657dcca115d574589e0227fcac81b0

Contents?: true

Size: 197 Bytes

Versions: 7

Compression:

Stored size: 197 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

7 entries across 7 versions & 4 rubygems

Version Path
Referencias_Bibliograficas_APA-0.1.3 Rakefile
vcardio-0.1.1 Rakefile
vcardio-0.1.0 Rakefile
manilla-1.0.0 Rakefile
ar_book_finder-1.1.1 Rakefile
ar_book_finder-1.1.0 Rakefile
ar_book_finder-1.0.0 Rakefile