Sha256: d4ed19d573dde0e52121393f1a97ac4673ff19d9c6e9b9292574dfd08cbcff36

Contents?: true

Size: 287 Bytes

Versions: 40

Compression:

Stored size: 287 Bytes

Contents

require 'rspec/core/rake_task'
desc "run the hydra-collections gem spec"
gem_home = File.expand_path('../../../../..', __FILE__)
RSpec::Core::RakeTask.new(:myspec) do |t|
  t.pattern = gem_home + '/spec/**/*_spec.rb'
  t.rspec_opts = "--colour"
  t.ruby_opts = "-I#{gem_home}/spec"
end

Version data entries

40 entries across 40 versions & 1 rubygems

Version Path
hydra-collections-8.2.0 spec/test_app_templates/lib/tasks/rspec.rake
hydra-collections-8.1.1 spec/test_app_templates/lib/tasks/rspec.rake
hydra-collections-8.1.0 spec/test_app_templates/lib/tasks/rspec.rake
hydra-collections-8.0.0 spec/test_app_templates/lib/tasks/rspec.rake
hydra-collections-7.0.0 spec/test_app_templates/lib/tasks/rspec.rake
hydra-collections-5.0.4 spec/test_app_templates/lib/tasks/rspec.rake
hydra-collections-6.0.0 spec/test_app_templates/lib/tasks/rspec.rake
hydra-collections-6.0.0.rc2 spec/test_app_templates/lib/tasks/rspec.rake
hydra-collections-6.0.0.rc1 spec/test_app_templates/lib/tasks/rspec.rake
hydra-collections-5.0.3 spec/test_app_templates/lib/tasks/rspec.rake
hydra-collections-6.0.0.alpha spec/test_app_templates/lib/tasks/rspec.rake
hydra-collections-5.0.2 spec/test_app_templates/lib/tasks/rspec.rake
hydra-collections-5.0.1 spec/test_app_templates/lib/tasks/rspec.rake
hydra-collections-5.0.0 spec/test_app_templates/lib/tasks/rspec.rake
hydra-collections-4.0.0 spec/test_app_templates/lib/tasks/rspec.rake
hydra-collections-4.0.0.rc3 spec/test_app_templates/lib/tasks/rspec.rake
hydra-collections-4.0.0.rc2 spec/test_app_templates/lib/tasks/rspec.rake
hydra-collections-4.0.0.rc1 spec/test_app_templates/lib/tasks/rspec.rake
hydra-collections-4.0.0.beta4 spec/test_app_templates/lib/tasks/rspec.rake
hydra-collections-4.0.0.beta3 spec/test_app_templates/lib/tasks/rspec.rake