Sha256: 9f4b8d44e3bf834b439dc5328148ea27bbee1b30ee76e9ac646efb5f22be14fd

Contents?: true

Size: 302 Bytes

Versions: 32

Compression:

Stored size: 302 Bytes

Contents

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

require "rspec/core/rake_task"

desc "Runs all the specs"
task default: %w(spec)

desc "Run specs"
RSpec::Core::RakeTask.new do |t|
  t.pattern = "./spec/**/*_spec.rb" # don't need this, it's default.
  # Put spec opts in a file named .rspec in root
end

Version data entries

32 entries across 32 versions & 5 rubygems

Version Path
elcamino-microformat-0.0.8 Rakefile
mobile-enhancements-0.0.5 Rakefile
mobile-enhancements-0.0.4 Rakefile
mobile-enhancements-0.0.3 Rakefile
mobile-enhancements-0.0.2 Rakefile
microformat-0.0.7 Rakefile
microformat-0.0.6 Rakefile
microformat-0.0.5 Rakefile
microformat-0.0.4 Rakefile
microformat-0.0.3 Rakefile
social-avatar-proxy-2.0.1 Rakefile
social-avatar-proxy-2.0.0 Rakefile
microformat-0.0.2 Rakefile
social-avatar-proxy-1.2.0 Rakefile
social-avatar-proxy-1.1.0 Rakefile
social-avatar-proxy-1.0.1 Rakefile
social-avatar-proxy-1.0.0 Rakefile
social-avatar-proxy-0.0.9 Rakefile
social-avatar-proxy-0.0.8 Rakefile
social-avatar-proxy-0.0.7 Rakefile