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
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
025d5e68
Commit
025d5e68
authored
Oct 02, 2012
by
Nihad Abbasov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix build
parent
b82cb263
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
features/steps/dashboard/dashboard.rb
features/steps/dashboard/dashboard.rb
+4
-4
No files found.
features/steps/dashboard/dashboard.rb
View file @
025d5e68
...
...
@@ -41,8 +41,8 @@ class Dashboard < Spinach::FeatureSteps
)
end
Then
'I should see "John Doe joined project Shop" event'
do
page
.
should
have_content
"John Doe joined project Shop"
Then
'I should see "John Doe joined project
at
Shop" event'
do
page
.
should
have_content
"John Doe joined project
at
Shop"
end
And
'user with name "John Doe" left project "Shop"'
do
...
...
@@ -55,8 +55,8 @@ class Dashboard < Spinach::FeatureSteps
)
end
Then
'I should see "John Doe left project Shop" event'
do
page
.
should
have_content
"John Doe left project Shop"
Then
'I should see "John Doe left project
at
Shop" event'
do
page
.
should
have_content
"John Doe left project
at
Shop"
end
And
'I own project "Shop"'
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