BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
86498d4d
Commit
86498d4d
authored
Jun 03, 2016
by
Kamil Trzcinski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use knapsack everywhere
parent
792670f4
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
Rakefile
Rakefile
+1
-1
env.rb
features/support/env.rb
+1
-1
spec_helper.rb
spec/spec_helper.rb
+1
-1
No files found.
Rakefile
View file @
86498d4d
...
...
@@ -3,7 +3,7 @@
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
require
File
.
expand_path
(
'../config/application'
,
__FILE__
)
require
'knapsack
-gitlab
'
require
'knapsack'
relative_url_conf
=
File
.
expand_path
(
'../config/initializers/relative_url'
,
__FILE__
)
require
relative_url_conf
if
File
.
exist?
(
"
#{
relative_url_conf
}
.rb"
)
...
...
features/support/env.rb
View file @
86498d4d
...
...
@@ -11,7 +11,7 @@ ENV['RAILS_ENV'] = 'test'
require
'./config/environment'
require
'rspec/expectations'
require
'sidekiq/testing/inline'
require
'knapsack
-gitlab
'
require
'knapsack'
require_relative
'capybara'
require_relative
'db_cleaner'
...
...
spec/spec_helper.rb
View file @
86498d4d
...
...
@@ -15,7 +15,7 @@ require 'rspec/rails'
require
'shoulda/matchers'
require
'sidekiq/testing/inline'
require
'rspec/retry'
require
'knapsack
-gitlab
'
require
'knapsack'
require_relative
'knapsack_merger'
Knapsack
::
Adapters
::
RSpecAdapter
.
bind
...
...
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