Sha256: 8b6c019c2a6bd6ae0232dad086432548f13e0ef63181de86b8d2431bc928d93a

Contents?: true

Size: 202 Bytes

Versions: 9

Compression:

Stored size: 202 Bytes

Contents

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

require "rspec/core/rake_task"

desc "Run specs"
RSpec::Core::RakeTask.new(:spec) do |t|
  t.pattern = "./spec/**/*_spec.rb"
end

task :default => :spec

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
mongo-fixture-0.1.0 Rakefile
g11n-0.0.4 Rakefile
g11n-0.0.3 Rakefile
mongo-fixture-0.0.5 Rakefile
mongo-fixture-0.0.4 Rakefile
mongo-fixture-0.0.3 Rakefile
mongo-fixture-0.0.2 Rakefile
mongo-fixture-0.0.1 Rakefile
g11n-0.0.2 Rakefile