Sha256: dd4a82be899d588ed687dcdd70cb292848840366642f9b2600d30b6372d90882

Contents?: true

Size: 257 Bytes

Versions: 107

Compression:

Stored size: 257 Bytes

Contents

#!/usr/bin/env rake
require 'bundler/gem_tasks'

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), 'lib'))

require 'rspec/core'
require 'rspec/core/rake_task'

task default: :spec

desc 'Run all specs in spec directory'
RSpec::Core::RakeTask.new(:spec)

Version data entries

107 entries across 107 versions & 11 rubygems

Version Path
grape-extra_validators-2.0.0 vendor/bundle/ruby/2.6.0/gems/dry-container-0.7.2/Rakefile
dry-configurable-0.9.0 Rakefile
dry-container-0.7.2 Rakefile
dry-container-0.7.1 Rakefile
dry-configurable-0.8.3 Rakefile
dry-logic-1.0.0 Rakefile
dry-logic-0.6.1 Rakefile
dry-logic-0.6.0 Rakefile
dry-configurable-0.8.2 Rakefile
dry-configurable-0.8.1 Rakefile
dry-container-0.7.0 Rakefile
dry-configurable-0.8.0 Rakefile
dry-logic-0.5.0 Rakefile
dry-system-rails-0.1.0 Rakefile
dry-auto_inject-0.4.5 Rakefile
dry-logic-0.4.2 Rakefile
dry-auto_inject-0.4.4 Rakefile
dry-system-0.7.3 Rakefile
dry-system-0.7.2 Rakefile
dry-system-0.7.1 Rakefile