Sha256: 8d53be71764ee917c9f384dc7cc55d6ca98bbc7b58732f73f5eb8413ea4441a7

Contents?: true

Size: 342 Bytes

Versions: 52

Compression:

Stored size: 342 Bytes

Contents

require 'bundler/setup'

APP_RAKEFILE = File.expand_path('test/dummy/Rakefile', __dir__)
load 'rails/tasks/engine.rake'

load 'rails/tasks/statistics.rake'

require 'bundler/gem_tasks'

require 'rake/testtask'

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

task default: :test

Version data entries

52 entries across 52 versions & 4 rubygems

Version Path
oauth_im-0.15.6 Rakefile
oauth_im-0.15.5 Rakefile
oauth_im-0.15.4 Rakefile
simple_form-bulma-0.1.0 Rakefile
oauth_im-0.15.3 Rakefile
oauth_im-0.15.2 Rakefile
oauth_im-0.15.1 Rakefile
oauth_im-0.15.0 Rakefile
oauth_im-0.14.1 Rakefile
oauth_im-0.14.0 Rakefile
oauth_im-0.13.3 Rakefile
oauth_im-0.13.2 Rakefile
oauth_im-0.13.1 Rakefile
oauth_im-0.13.0 Rakefile
oauth_im-0.12.2 Rakefile
oauth_im-0.12.1 Rakefile
oauth_im-0.12.0 Rakefile
oauth_im-0.11.0 Rakefile
oauth_im-0.10.3 Rakefile
oauth_im-0.10.2 Rakefile