Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
9c4337e5
Commit
9c4337e5
authored
Feb 24, 2015
by
Sabba Petri
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed tests
Tests expected specific string capitalization for headers.
parent
a33e615b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
features/steps/profile/notifications.rb
features/steps/profile/notifications.rb
+1
-1
features/steps/profile/profile.rb
features/steps/profile/profile.rb
+1
-1
No files found.
features/steps/profile/notifications.rb
View file @
9c4337e5
...
...
@@ -7,6 +7,6 @@ class Spinach::Features::ProfileNotifications < Spinach::FeatureSteps
end
step
'I should see global notifications settings'
do
page
.
should
have_content
"Notifications
s
ettings"
page
.
should
have_content
"Notifications
S
ettings"
end
end
features/steps/profile/profile.rb
View file @
9c4337e5
...
...
@@ -3,7 +3,7 @@ class Spinach::Features::Profile < Spinach::FeatureSteps
include
SharedPaths
step
'I should see my profile info'
do
page
.
should
have_content
"Profile
s
ettings"
page
.
should
have_content
"Profile
S
ettings"
end
step
'I change my profile info'
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