Sha256: b8e61ddac1ce329496b632c2bbcf8494bdca5038b70cedef2f17b45d18f5644f
Contents?: true
Size: 353 Bytes
Versions: 16
Compression:
Stored size: 353 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.merge( :bundle_exec => false ) Gemika::RSpec.run_specs(options) end
Version data entries
16 entries across 16 versions & 1 rubygems