Sha256: e46d607df435b2a9ade6b3ba7d78e5be6b58df8b6c529ea5fa8a087c58c97c52
Contents?: true
Size: 286 Bytes
Versions: 13
Compression:
Stored size: 286 Bytes
Contents
require 'rspec/core/rake_task' desc "run the hydra-batch-edit 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
13 entries across 13 versions & 3 rubygems