Sha256: 3be5adb9900f39f68c045c8201d43d4b1fbe27e2f75f4f94b79698931b9fd415

Contents?: true

Size: 167 Bytes

Versions: 27

Compression:

Stored size: 167 Bytes

Contents

require 'bundler/gem_tasks'
require 'rake/testtask'

task :default => :test

Rake::TestTask.new(:test) do |t|
  t.pattern = 'test/**/*_test.rb'
  t.verbose = true
end

Version data entries

27 entries across 27 versions & 6 rubygems

Version Path
omniauth-shopify-oauth2-1.1.13 Rakefile
omniauth-shopify-oauth2-1.1.12 Rakefile
omniauth-scalus-oauth2-1.0.2 Rakefile
omniauth-scalus-oauth2-1.0.1 Rakefile
omniauth-scalus-oauth2-1.0.0 Rakefile
omniauth-shopify-oauth2-1.1.11 Rakefile
omniauth-shopify-oauth2-1.1.10 Rakefile