Sha256: 75b9143557a53565c4cd56f642fdc985aad9be74614423f348444ad2630850e1
Contents?: true
Size: 210 Bytes
Versions: 3
Compression:
Stored size: 210 Bytes
Contents
desc 'Run integration tests' namespace :test do task :integration do command = File.expand_path('../test/integration/integration_test.rb', __dir__) sh command end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
basic101-0.4.0 | rake_tasks/integration.rake |
basic101-0.2.0 | rake_tasks/integration.rake |
basic101-0.1.0 | rake_tasks/integration.rake |