Sha256: 0f838f4053243d4cfa28c7ac383a64a06c6ada1584fb211c0819f0299825ac65

Contents?: true

Size: 265 Bytes

Versions: 2

Compression:

Stored size: 265 Bytes

Contents

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

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

task :test => :spec
task :default => :spec

desc "Open an irb session preloaded with this library"
task :console do
  sh "irb -rubygems -I lib -r alexa_skills_ruby.rb"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
alexa_skills_ruby-1.1.0 Rakefile
alexa_skills_ruby-1.0.0 Rakefile