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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jérome Perrin
gitlab-ce
Commits
b8dadd64
Commit
b8dadd64
authored
Jan 21, 2013
by
Andrey Kumanyaev
Committed by
Dmitriy Zaporozhets
Jan 24, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
repair rspec (remove and rename files)
parent
13fb3fdc
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
1 addition
and
61 deletions
+1
-61
spec/helpers/admin/teams_helper_spec.rb
spec/helpers/admin/teams_helper_spec.rb
+0
-15
spec/helpers/teams/members_helper_spec.rb
spec/helpers/teams/members_helper_spec.rb
+0
-15
spec/helpers/teams/projects_helper_spec.rb
spec/helpers/teams/projects_helper_spec.rb
+0
-15
spec/helpers/teams_helper_spec.rb
spec/helpers/teams_helper_spec.rb
+0
-15
spec/models/project_team_spec.rb
spec/models/project_team_spec.rb
+1
-1
No files found.
spec/helpers/admin/teams_helper_spec.rb
deleted
100644 → 0
View file @
13fb3fdc
require
'spec_helper'
# Specs in this file have access to a helper object that includes
# the Admin::TeamsHelper. For example:
#
# describe Admin::TeamsHelper do
# describe "string concat" do
# it "concats two strings with spaces" do
# helper.concat_strings("this","that").should == "this that"
# end
# end
# end
describe
Admin
::
TeamsHelper
do
pending
"add some examples to (or delete)
#{
__FILE__
}
"
end
spec/helpers/teams/members_helper_spec.rb
deleted
100644 → 0
View file @
13fb3fdc
require
'spec_helper'
# Specs in this file have access to a helper object that includes
# the Teams::MembersHelper. For example:
#
# describe Teams::MembersHelper do
# describe "string concat" do
# it "concats two strings with spaces" do
# helper.concat_strings("this","that").should == "this that"
# end
# end
# end
describe
Teams
::
MembersHelper
do
pending
"add some examples to (or delete)
#{
__FILE__
}
"
end
spec/helpers/teams/projects_helper_spec.rb
deleted
100644 → 0
View file @
13fb3fdc
require
'spec_helper'
# Specs in this file have access to a helper object that includes
# the Teams::ProjectsHelper. For example:
#
# describe Teams::ProjectsHelper do
# describe "string concat" do
# it "concats two strings with spaces" do
# helper.concat_strings("this","that").should == "this that"
# end
# end
# end
describe
Teams
::
ProjectsHelper
do
pending
"add some examples to (or delete)
#{
__FILE__
}
"
end
spec/helpers/teams_helper_spec.rb
deleted
100644 → 0
View file @
13fb3fdc
require
'spec_helper'
# Specs in this file have access to a helper object that includes
# the TeamsHelper. For example:
#
# describe TeamsHelper do
# describe "string concat" do
# it "concats two strings with spaces" do
# helper.concat_strings("this","that").should == "this that"
# end
# end
# end
describe
TeamsHelper
do
pending
"add some examples to (or delete)
#{
__FILE__
}
"
end
spec/models/team_spec.rb
→
spec/models/
project_
team_spec.rb
View file @
b8dadd64
require
"spec_helper"
describe
Team
do
describe
Project
Team
do
let
(
:team
)
{
create
(
:project
).
team
}
describe
"Respond to"
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