Sha256: 4a258f4534c798122586742d713281124aafc5797e37b616629c410ec16056a0

Contents?: true

Size: 200 Bytes

Versions: 10

Compression:

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

10 entries across 10 versions & 2 rubygems

Version Path
shirtsio-1.0.2 Rakefile
shirtsio-1.0.1 Rakefile
exvo_globalize-0.6.0 Rakefile
exvo_globalize-0.5.6 Rakefile
exvo_globalize-0.5.5 Rakefile
exvo_globalize-0.5.4 Rakefile
exvo_globalize-0.5.3 Rakefile
exvo_globalize-0.5.2 Rakefile
exvo_globalize-0.5.1 Rakefile
exvo_globalize-0.5.0 Rakefile