Sha256: 981e4e41a984207c190da70ee718ea6465f3474fc8300b0a6c209388e6f645e6
Contents?: true
Size: 316 Bytes
Versions: 1
Compression:
Stored size: 316 Bytes
Contents
require 'gemika/rspec' # Private task to pick the correct RSpec binary for the currently activated # RSpec version (`spec` in RSpec 1, `rspec` in RSpec 2+) desc 'Run specs with the current RSpec version' task :current_rspec, :files do |t, options| options = options.to_hash Gemika::RSpec.run_specs(options) end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gemika-0.3.0 | lib/gemika/tasks/rspec.rb |