Sha256: 4c4114dd453ffd26f9143552801255bfb877a1d49cca6b80eeca01922e612d51

Contents?: true

Size: 232 Bytes

Versions: 35

Compression:

Stored size: 232 Bytes

Contents

require 'bundler'
require 'rake'
require 'bundler/gem_tasks'
require 'rspec/core/rake_task'

task :default => :spec

desc 'Run all specs'
RSpec::Core::RakeTask.new(:spec) do |spec|
  spec.pattern = FileList['spec/**/*_spec.rb']
end

Version data entries

35 entries across 35 versions & 9 rubygems

Version Path
casino-activerecord_authenticator-4.0.1 Rakefile
casino-activerecord_authenticator-4.0.0 Rakefile
casino-ldap_authenticator-3.0.0 Rakefile
casino-devise_active_record_authenticator-0.0.1 Rakefile
casino-ldap_authenticator-3.0.0.pre.1 Rakefile
casino-ldap_authenticator-3.0.0.pre1 Rakefile
casino-ldap_authenticator-2.0.3 Rakefile
casino-ldap_authenticator-2.0.2 Rakefile
casino-activerecord_authenticator-4.0.0.pre.1 Rakefile
casino-ldap_authenticator-2.0.1 Rakefile
casino-test_authenticator-1.2.0 Rakefile
casino-ldap_authenticator-2.0.0 Rakefile
casino-activerecord_authenticator-3.0.0 Rakefile
casino-moped_authenticator-0.1.1 Rakefile
casino-moped_authenticator-0.1.0 Rakefile
casino-test_authenticator-1.0.0 Rakefile
casino-ldap_authenticator-2.0.0.pre.1 Rakefile
casino-activerecord_authenticator-3.0.0.pre.1 Rakefile
casino-activerecord_authenticator-2.0.1 Rakefile
casino-activerecord_authenticator-2.0.0 Rakefile