Sha256: a485364f51dcfb738d3f41cc93333cc38a3980a6e42ccc69da93bec6a293866c

Contents?: true

Size: 279 Bytes

Versions: 1

Compression:

Stored size: 279 Bytes

Contents

require 'rspec/core/rake_task'
desc "run the hydra-ezid 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

1 entries across 1 versions & 1 rubygems

Version Path
hydra-ezid-0.0.1 spec/support/lib/tasks/rspec.rake