Sha256: 40cca30cff12478c7562a45a00a6b2e874f25e5565faccbde286f9cab21c7132

Contents?: true

Size: 372 Bytes

Versions: 7

Compression:

Stored size: 372 Bytes

Contents

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

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

task :default => :spec

Opal::RSpec::RakeTask.new(:opal) do |_, config|
  Opal.append_path File.expand_path('../lib', __FILE__)
  Opal.use_gem('gamefic')
  config.pattern = 'spec/**/*_spec.rb'
  config.requires = ['spec_helper']
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
gamefic-standard-3.2.4 Rakefile
gamefic-standard-3.2.3 Rakefile
gamefic-standard-3.2.2 Rakefile
gamefic-standard-3.2.1 Rakefile
gamefic-standard-3.2.0 Rakefile
gamefic-standard-3.1.0 Rakefile
gamefic-standard-3.0.0 Rakefile