Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
projects.thm.de
GitLab
Commits
a0adafdd
Commit
a0adafdd
authored
Jun 08, 2016
by
Kamil Trzcinski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove require_relative 'import_spec_helper'
parent
9560639e
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
0 additions
and
6 deletions
+0
-6
spec/controllers/import/bitbucket_controller_spec.rb
spec/controllers/import/bitbucket_controller_spec.rb
+0
-1
spec/controllers/import/fogbugz_controller_spec.rb
spec/controllers/import/fogbugz_controller_spec.rb
+0
-1
spec/controllers/import/github_controller_spec.rb
spec/controllers/import/github_controller_spec.rb
+0
-1
spec/controllers/import/gitlab_controller_spec.rb
spec/controllers/import/gitlab_controller_spec.rb
+0
-1
spec/controllers/import/gitorious_controller_spec.rb
spec/controllers/import/gitorious_controller_spec.rb
+0
-1
spec/controllers/import/google_code_controller_spec.rb
spec/controllers/import/google_code_controller_spec.rb
+0
-1
No files found.
spec/controllers/import/bitbucket_controller_spec.rb
View file @
a0adafdd
require
'spec_helper'
require_relative
'import_spec_helper'
describe
Import
::
BitbucketController
do
include
ImportSpecHelper
...
...
spec/controllers/import/fogbugz_controller_spec.rb
View file @
a0adafdd
require
'spec_helper'
require_relative
'import_spec_helper'
describe
Import
::
FogbugzController
do
include
ImportSpecHelper
...
...
spec/controllers/import/github_controller_spec.rb
View file @
a0adafdd
require
'spec_helper'
require_relative
'import_spec_helper'
describe
Import
::
GithubController
do
include
ImportSpecHelper
...
...
spec/controllers/import/gitlab_controller_spec.rb
View file @
a0adafdd
require
'spec_helper'
require_relative
'import_spec_helper'
describe
Import
::
GitlabController
do
include
ImportSpecHelper
...
...
spec/controllers/import/gitorious_controller_spec.rb
View file @
a0adafdd
require
'spec_helper'
require_relative
'import_spec_helper'
describe
Import
::
GitoriousController
do
include
ImportSpecHelper
...
...
spec/controllers/import/google_code_controller_spec.rb
View file @
a0adafdd
require
'spec_helper'
require_relative
'import_spec_helper'
describe
Import
::
GoogleCodeController
do
include
ImportSpecHelper
...
...
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