Sha256: 96c117439e7b0f1c3d8cd761565e574c3958fffb760ebb89c72062a32e5b5428

Contents?: true

Size: 334 Bytes

Versions: 17

Compression:

Stored size: 334 Bytes

Contents

#!/usr/bin/env rake
require 'bundler/gem_tasks'

require 'rspec/core/rake_task'
desc 'Default: run specs.'
task default: :spec

desc 'Run specs'
RSpec::Core::RakeTask.new(:spec) do |t|
  t.rspec_opts = '--require spec_helper --color --order rand'
end

task :test do
  fail %q{This application uses RSpec. Try running "rake spec"}
end

Version data entries

17 entries across 17 versions & 5 rubygems

Version Path
omniauth-cas-2.0.0 Rakefile
omniauth-iu-cas-1.1.1.1 Rakefile
omniauth-cas3-1.1.4 Rakefile
omniauth-cas-1.1.1 Rakefile
omniauth-cas3-1.1.3 Rakefile
omniauth-cas3-1.1.2 Rakefile
omniauth-cas3-1.1.1 Rakefile
omniauth-tequila-0.0.3 Rakefile
omniauth-cas-1.1.0 Rakefile
omniauth-cas-1.1.0.pre.rc.1 Rakefile
eriko-omniauth-cas-1.0.5 Rakefile
eriko-omniauth-cas-1.0.4 Rakefile
omniauth-cas-1.0.4 Rakefile
omniauth-cas-1.0.3 Rakefile
omniauth-cas-1.1.0.beta.1 Rakefile
omniauth-cas-1.0.2 Rakefile
omniauth-cas-1.0.1 Rakefile