Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OHR Support
Manage
Activity
Members
Labels
Plan
Issues
97
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Projects
OHR Support
Commits
8b3207a8
Commit
8b3207a8
authored
13 years ago
by
Eric Davis
Browse files
Options
Downloads
Patches
Plain Diff
Fix test that doesn't run alone due to missing fixtures
parent
037d915d
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
test/functional/groups_controller_test.rb
+1
-1
1 addition, 1 deletion
test/functional/groups_controller_test.rb
with
1 addition
and
1 deletion
test/functional/groups_controller_test.rb
+
1
−
1
View file @
8b3207a8
...
...
@@ -18,7 +18,7 @@ require 'groups_controller'
class
GroupsController
;
def
rescue_action
(
e
)
raise
e
end
;
end
class
GroupsControllerTest
<
ActionController
::
TestCase
fixtures
:
projects
,
:users
,
:members
,
:member_roles
,
:groups_users
fixtures
:
all
def
setup
@controller
=
GroupsController
.
new
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment