Sha256: 2ac693fa65a1ffa6861a79861d6944db0e945fa5abb645e8e54a5c5e1ad8f7c7

Contents?: true

Size: 334 Bytes

Versions: 6

Compression:

Stored size: 334 Bytes

Contents

# frozen_string_literal: true
# Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.

require_relative "config/application"

Rails.application.load_tasks

task("spec").clear
RSpec::Core::RakeTask.new do |t|
  t.verbose = false
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
omniauth-rails-0.6.0 spec/test_app/Rakefile
omniauth-rails-0.5.0 spec/test_app/Rakefile
omniauth-rails-0.4.0 spec/test_app/Rakefile
omniauth-rails-0.3.0 spec/test_app/Rakefile
omniauth-rails-0.2.0 spec/test_app/Rakefile
omniauth-rails-0.1.0 spec/test_app/Rakefile