connections { from_room: "Lobby" to_room: "WM Room" door { name: "Front Door" } } connections { from_room: "WM Room" to_room: "W Room" door { name: "Big W" } } connections { from_room: "WM Room" to_room: "M Room" door { name: "Big M" } } connections { from_room: "M Room" to_room: "M2 Room" door { name: "M2 Divider" } } connections { from_room: "Lobby" to_room: "Side Area" door { name: "Side Door" } } connections { from_room: "Side Area" to_room: "Green Eye" door { name: "Control Center Green Door" } } >thoughts
mixed-content personal blog
about summary refs log tree commit diff stats
path: root/test/models/quote_test.rb
blob: d58ff5cc1c12f51ae034f88ca77e1187d7eb83fb (plain) (blame)
1
2
3
4
5
6
7
require "test_helper"

class QuoteTest < ActiveSupport::TestCase
  # test "the truth" do
  #   assert true
  # end
end