diff --git a/Guardfile b/Guardfile index f11ee78..8e3f9b1 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 afc69dd..8fcb8ce 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', '#'