Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
gab-social
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
gab
social
gab-social
Commits
e9fe94b9
Verified
Commit
e9fe94b9
authored
Nov 19, 2019
by
Alex Gleason
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
home_controller_spec --> react_controller_spec
parent
db326991
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
spec/controllers/react_controller_spec.rb
spec/controllers/react_controller_spec.rb
+3
-3
No files found.
spec/controllers/
home
_controller_spec.rb
→
spec/controllers/
react
_controller_spec.rb
View file @
e9fe94b9
require
'rails_helper'
RSpec
.
describe
Home
Controller
,
type: :controller
do
RSpec
.
describe
React
Controller
,
type: :controller
do
render_views
describe
'GET #
index
'
do
subject
{
get
:
index
}
describe
'GET #
react
'
do
subject
{
get
:
react
}
context
'when not signed in'
do
context
'when requested path is tag timeline'
do
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment