Sha256: 062351727998a1bb748fb38100b55bb1c75886139c3a998689be4bd8c6e2f699

Contents?: true

Size: 419 Bytes

Versions: 13

Compression:

Stored size: 419 Bytes

Contents

require 'bundler/setup'
require 'rspec/core/rake_task'

desc 'Default: run specs.'
task :default => :spec

desc 'Run all specs'
RSpec::Core::RakeTask.new(:spec) do |config|
  config.verbose = false
end

namespace :capcoauth do
  # desc 'Install Capcoauth in dummy app'
  # task :install do
  #   cd 'spec/dummy'
  #   system 'bundle exec rails g capcoauth:install --force'
  # end
end

Bundler::GemHelper.install_tasks

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
capcoauth-0.4.0 Rakefile
capcoauth-0.3.3 Rakefile
capcoauth-0.3.2 Rakefile
capcoauth-0.3.1 Rakefile
capcoauth-0.3.0 Rakefile
capcoauth-0.2.3 Rakefile
capcoauth-0.2.2 Rakefile
capcoauth-0.2.1 Rakefile
capcoauth-0.2.0 Rakefile
capcoauth-0.1.4 Rakefile
capcoauth-0.1.3 Rakefile
capcoauth-0.1.2 Rakefile
capcoauth-0.1.1 Rakefile