Sha256: 70a405ad685684bcb6c8b520a65977960f051b855bea3e02507e94ae1628474e

Contents?: true

Size: 274 Bytes

Versions: 23

Compression:

Stored size: 274 Bytes

Contents

# Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
require_relative "lib/ping"

require "rspec/core/rake_task"
RSpec::Core::RakeTask.new(:spec)

task default: [:spec]

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
sapience-1.0.11 test_apps/grape/Rakefile
sapience-1.0.10 test_apps/grape/Rakefile
sapience-1.0.9 test_apps/grape/Rakefile
sapience-1.0.8 test_apps/grape/Rakefile
sapience-1.0.7 test_apps/grape/Rakefile
sapience-1.0.6 test_apps/grape/Rakefile
sapience-1.0.5 test_apps/grape/Rakefile
sapience-1.0.4 test_apps/grape/Rakefile
sapience-1.0.3 test_apps/grape/Rakefile
sapience-1.0.2 test_apps/grape/Rakefile
sapience-1.0.1 test_apps/grape/Rakefile
sapience-1.0.0 test_apps/grape/Rakefile
sapience-0.2.18 test_apps/grape/Rakefile
sapience-0.2.17 test_apps/grape/Rakefile
sapience-0.2.16 test_apps/grape/Rakefile
sapience-0.2.15 test_apps/grape/Rakefile
sapience-0.2.14 test_apps/grape/Rakefile
sapience-0.2.13 test_apps/grape/Rakefile
sapience-0.2.12 test_apps/grape/Rakefile
sapience-0.2.11 test_apps/grape/Rakefile