Sha256: 5c1f53a29398dd5d2620b8378726128716e09a58d606370b1340d94994de10bc

Contents?: true

Size: 189 Bytes

Versions: 14

Compression:

Stored size: 189 Bytes

Contents

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

namespace :spec do
  task :mocked do
    sh "bundle exec rspec spec/"
  end
end

task :spec => ["spec:mocked"]

task default: "spec:mocked"

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
ey-pro-cli-0.0.17 Rakefile
ey-pro-cli-0.0.16 Rakefile
ey-pro-cli-0.0.15 Rakefile
ey-pro-cli-0.0.14 Rakefile
ey-pro-cli-0.0.13 Rakefile
ey-pro-cli-0.0.12 Rakefile
ey-pro-cli-0.0.11 Rakefile
ey-pro-cli-0.0.10 Rakefile
ey-pro-cli-0.0.9 Rakefile
ey-pro-cli-0.0.8 Rakefile
ey-pro-cli-0.0.7 Rakefile
ey-pro-cli-0.0.6 Rakefile
ey-pro-cli-0.0.5 Rakefile
ey-pro-cli-0.0.4 Rakefile