Sha256: 028f58f8171dd05d9fbd64d7aa10bf1ccfe390e1f561736c7524ce40b2da38f1

Contents?: true

Size: 163 Bytes

Versions: 7

Compression:

Stored size: 163 Bytes

Contents

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

RSpec::Core::RakeTask.new(:spec)

namespace :spec do
  task :prepare do
  end
end

task default: :spec

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
hyper-react-0.99.6 Rakefile
hyper-react-0.99.5 Rakefile
hyper-react-0.99.4 Rakefile
hyper-react-0.99.3 Rakefile
hyper-react-0.99.2 Rakefile
hyper-react-0.99.1 Rakefile
hyper-react-0.99.0 Rakefile