Skip to content

Instantly share code, notes, and snippets.

View tinney's full-sized avatar
🏠
Working from home

Dustin Tinney tinney

🏠
Working from home
View GitHub Profile
Given /^I have a rubric$/ do
my.rubric = repository.rubric
end
Given /^I have a locked rubric$/ do
my.rubric = repository.rubric
my.rubric_components << repository.rubric_component
my.rubric_components << repository.rubric_component
my.course = repository.course
# This file is used by Rack-based servers to start the application.
require ::File.expand_path('../config/environment', __FILE__)
require 'vcr'
require 'webmock'
VCR.configure do |c|
c.cassette_library_dir = './tmp/vcr-cassettes/'
c.hook_into :webmock
end
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no">
<title>Home - chicagonature</title>
<link rel="profile" href="http://gmpg.org/xfn/11">
<link rel="pingback" href="http://www.chicagonature.com/xmlrpc.php">
# 💚 2020 Retreat
Welcome to the Test Double 2020 Retreat Pairing Challenge
The object of the challenge is to survive the longest!
## How to Play
Teams of 2 will use the game engine API to create players and move around the board in search of food, water and other players. The team who has the longest living player by the end of the day will be the winner!
# 💚 2020 Test Double Capture the Flag
## Object of the game
The object of the game is to earn the most points as a team before the end of the retreat day. There will be an offical timer posted in the #capture-the-flag retreat channel so Ilana & Kevin can't cheat this time.