Sha256: 26ce4850465a5309f5355123b6ed5f44f2d02a0acc285208f7f1a457a9b406ce

Contents?: true

Size: 414 Bytes

Versions: 821

Compression:

Stored size: 414 Bytes

Contents

begin
  require 'spec'
rescue LoadError
  require 'rubygems'
  require 'spec'
end
begin
  require 'spec/rake/spectask'
rescue LoadError
  puts <<-EOS
To use rspec for testing you must install rspec gem:
    gem install rspec
EOS
  exit(0)
end

desc "Run the specs under spec/models"
Spec::Rake::SpecTask.new do |t|
  t.spec_opts = ['--options', "spec/spec.opts"]
  t.spec_files = FileList['spec/**/*_spec.rb']
end

Version data entries

821 entries across 800 versions & 201 rubygems

Version Path
boochtek-rails-crud_actions-0.0.3 tasks/rspec.rake
boochtek-rails-crud_actions-0.0.4 tasks/rspec.rake
bterlson-reddit-0.1.0 tasks/rspec.rake
bterlson-reddit-0.2.0 tasks/rspec.rake
bterlson-reddit-0.2.1 tasks/rspec.rake
bterlson-reddit-0.3.0 tasks/rspec.rake
carlosbrando-remarkable-0.0.99 tasks/rspec.rake
carlosbrando-remarkable-2.2.1 tasks/rspec.rake
carlosbrando-remarkable-2.2.3 tasks/rspec.rake
carlosbrando-remarkable-2.2.4 tasks/rspec.rake
codeape-annotate-2.0.0.20090212001 tasks/rspec.rake
csexton-twitter_archive-0.0.1 tasks/rspec.rake
csexton-twitter_archive-0.0.3 tasks/rspec.rake
csexton-twitter_archive-0.0.4 tasks/rspec.rake
csexton-twitter_archive-0.0.5 tasks/rspec.rake
csexton-twitter_archive-0.0.6 tasks/rspec.rake
csexton-twitter_archive-0.0.7 tasks/rspec.rake
doxo-roxml-2.5.3 tasks/rspec.rake
drnic-mechanical_github-0.2.0 tasks/rspec.rake
drnic-mechanical_github-0.2.1 tasks/rspec.rake