Sha256: 717e6e676488c9adb734b8208f1b1a3515d58ba700ca5697f29a94f1b94509fc
Contents?: true
Size: 175 Bytes
Versions: 16
Compression:
Stored size: 175 Bytes
Contents
require 'rake/clean' desc 'Run acceptance tests' task :acceptance do # TODO: create your real acceptance tests and update this system("beaker --tests tests/fake.rb") end
Version data entries
16 entries across 16 versions & 2 rubygems