Sha256: 22949bcd791f7441fed76e272383742283121c9a1be7f4d1fbc47a5044f86751
Contents?: true
Size: 279 Bytes
Versions: 3
Compression:
Stored size: 279 Bytes
Contents
require 'rspec/core/rake_task' desc "run the blacklight 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
blacklight-4.2.2 | spec/test_app_templates/lib/tasks/rspec.rake |
blacklight-4.2.1 | spec/test_app_templates/lib/tasks/rspec.rake |
blacklight-4.2.0 | spec/test_app_templates/lib/tasks/rspec.rake |