Sha256: 6ff361a8bf53ed22064d30e4336b1e3cc241e654aa6def0e09677e718b9d59db

Contents?: true

Size: 196 Bytes

Versions: 15

Compression:

Stored size: 196 Bytes

Contents

require "bundler/gem_tasks"
require 'rspec/core/rake_task'

desc "Run specs"
RSpec::Core::RakeTask.new do |t|
  t.pattern = 'spec/**/*_spec.rb'
  t.rspec_opts = ["--order", "rand", "--color"]
end

Version data entries

15 entries across 15 versions & 3 rubygems

Version Path
markdown_to_word-0.1.5 Rakefile
problem_child-2.1.1 Rakefile
problem_child-2.1.0 Rakefile
humans_rb-0.0.6 Rakefile
humans_rb-0.0.5 Rakefile
problem_child-2.0.0 Rakefile
humans_rb-0.0.4 Rakefile
humans_rb-0.0.3 Rakefile
humans_rb-0.0.2 Rakefile
humans_rb-0.0.1 Rakefile
problem_child-1.1.0 Rakefile
problem_child-1.0.0 Rakefile
problem_child-0.2.0 Rakefile
problem_child-0.1.0 Rakefile
problem_child-0.0.3 Rakefile