Sha256: da9de9c05d6f07318cea7f6afc64e5517477ef0081ddc9e4a0752bcdb2776ae4

Contents?: true

Size: 218 Bytes

Versions: 13

Compression:

Stored size: 218 Bytes

Contents

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

require 'rspec'
require 'rspec/core/rake_task'

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

task default: :spec

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
page_up-1.0.0 Rakefile
page_up-0.0.13 Rakefile
page_up-0.0.12 Rakefile
page_up-0.0.11 Rakefile
page_up-0.0.10 Rakefile
page_up-0.0.9 Rakefile
page_up-0.0.8 Rakefile
page_up-0.0.7 Rakefile
page_up-0.0.6 Rakefile
page_up-0.0.5 Rakefile
page_up-0.0.4 Rakefile
page_up-0.0.3 Rakefile
page_up-0.0.2 Rakefile