From 7119c6a80bb34ce78371e65fcbbf3b9cd1ea3488 Mon Sep 17 00:00:00 2001 From: "Jesse C. Fisher" Date: Sat, 30 Jan 2016 15:57:38 -0800 Subject: [PATCH] stash --- Guardfile | 2 +- app/views/visitors/index.html.haml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Guardfile b/Guardfile index f11ee782..8e3f9b1d 100644 --- a/Guardfile +++ b/Guardfile @@ -50,7 +50,7 @@ end # * zeus: 'zeus rspec' (requires the server to be started separately) # * 'just' rspec: 'rspec' -guard :rspec, cmd: "bundle exec spring rspec", all_after_pass: false do #, failed_mode: :focus +guard :rspec, cmd: "bundle exec spring rspec", all_after_pass: false, failed_mode: :focus do # require "guard/rspec/dsl" dsl = Guard::RSpec::Dsl.new(self) diff --git a/app/views/visitors/index.html.haml b/app/views/visitors/index.html.haml index afc69dd1..8fcb8ce3 100644 --- a/app/views/visitors/index.html.haml +++ b/app/views/visitors/index.html.haml @@ -3,5 +3,5 @@ #main-menu = link_to 'Play Now', play_now_path - = link_to 'Browse Tables', '#' + = link_to 'Browse Tables', tables_path = link_to 'Tutorial', '#'