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
Tatuya Kamada
gitlab-ce
Commits
8d8d2759
Commit
8d8d2759
authored
May 22, 2016
by
Kamil Trzcinski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
WIP
parent
20dc6a70
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
features/support/env.rb
features/support/env.rb
+0
-2
No files found.
.gitlab-ci.yml
View file @
8d8d2759
...
...
@@ -34,7 +34,7 @@ prepare:
variables
:
USE_DB
:
"
false"
script
:
#
- bundle exec rake assets:precompile
-
bundle exec rake assets:precompile
-
echo "{}" > knapsack_rspec_report.json
-
echo "{}" > knapsack_cucumber_report.json
artifacts
:
...
...
features/support/env.rb
View file @
8d8d2759
...
...
@@ -21,8 +21,6 @@ require_relative 'rerun'
require
Rails
.
root
.
join
(
'spec'
,
'support'
,
f
)
end
Knapsack
::
Adapters
::
CucumberAdapter
.
bind
Dir
[
"
#{
Rails
.
root
}
/features/steps/shared/*.rb"
].
each
{
|
file
|
require
file
}
WebMock
.
allow_net_connect!
...
...
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