Sha256: 59c83fccd2705ca42b1b5f2a94f1623ec246b4dbf2fb5686d39cc77fa19b6b5c

Contents?: true

Size: 337 Bytes

Versions: 10

Compression:

Stored size: 337 Bytes

Contents

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

task :default => :spec

desc "Run specs"
RSpec::Core::RakeTask.new do |task|
    task.pattern = "**/spec/*_spec.rb"
    task.rspec_opts = Dir.glob("[0-9][0-9][0-9]_*").collect { |x| "-I#{x}" }.sort
    task.rspec_opts << '--color'
    task.rspec_opts << '-f documentation'
end

Version data entries

10 entries across 10 versions & 3 rubygems

Version Path
babel_bridge-0.5.5 Rakefile
babel_bridge-0.5.4 Rakefile
window_blessing-0.0.4 Rakefile
gui_geometry-0.3.1 Rakefile
gui_geometry-0.3.0 Rakefile
window_blessing-0.0.1 Rakefile
babel_bridge-0.5.3 Rakefile
gui_geometry-0.2.2 Rakefile
gui_geometry-0.2.1 Rakefile
gui_geometry-0.2.0 Rakefile