Sha256: e977b1b4d54ae5c91f6e913ebbfb50a99236097f4b54c7555e6acce33c6ae4f6

Contents?: true

Size: 198 Bytes

Versions: 8

Compression:

Stored size: 198 Bytes

Contents

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

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

8 entries across 8 versions & 3 rubygems

Version Path
pixy-0.1.3 Rakefile
linguo-0.0.2 Rakefile
pixy-0.1.2 Rakefile
linguo-0.0.1 Rakefile
whoaz-1.0.0 Rakefile
pixy-0.1.1 Rakefile
pixy-0.1.0 Rakefile
pixy-0.0.2 Rakefile