Skip to content

Commit 43aa84b

Browse files
authored
Merge 5d3cd6f into 64b94b1
2 parents 64b94b1 + 5d3cd6f commit 43aa84b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<h1>Under Construction</h1>
1+
<a href="https://docs.google.com/document/d/1rNjei4GOOAiDBk4p9EP4ipvmTcq2jJxaY-bIR8XUCVw/edit?usp=sharing" target="_blank">Open the guide on a new tab</a>

spec/controllers/static_pages_controller_spec.rb

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,12 @@
33
require 'rails_helper'
44

55
RSpec.describe StaticPagesController, type: :controller do
6+
describe 'GET static_pages#guide' do
7+
before do
8+
sign_in create(:user)
9+
get :guide
10+
end
11+
12+
it { should respond_with :ok }
13+
end
614
end

0 commit comments

Comments
 (0)