Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
annotate
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open-source
annotate
Commits
95401212
Commit
95401212
authored
Feb 26, 2014
by
Cuong Tran
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Temporarily ignore integration tests
parent
e852121a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
integration_spec.rb
spec/integration/integration_spec.rb
+3
-0
No files found.
spec/integration/integration_spec.rb
View file @
95401212
...
@@ -16,6 +16,7 @@ ENV['rvm_pretty_print_flag'] = '0'
...
@@ -16,6 +16,7 @@ ENV['rvm_pretty_print_flag'] = '0'
ENV
[
'BUNDLE_GEMFILE'
]
=
'./Gemfile'
ENV
[
'BUNDLE_GEMFILE'
]
=
'./Gemfile'
describe
"annotate inside Rails, using
#{
CURRENT_RUBY
}
"
do
describe
"annotate inside Rails, using
#{
CURRENT_RUBY
}
"
do
here
=
File
.
expand_path
(
'..'
,
__FILE__
)
here
=
File
.
expand_path
(
'..'
,
__FILE__
)
chosen_scenario
=
nil
chosen_scenario
=
nil
if
(
!
ENV
[
'SCENARIO'
].
blank?
)
if
(
!
ENV
[
'SCENARIO'
].
blank?
)
...
@@ -33,6 +34,8 @@ describe "annotate inside Rails, using #{CURRENT_RUBY}" do
...
@@ -33,6 +34,8 @@ describe "annotate inside Rails, using #{CURRENT_RUBY}" do
# Don't proceed if the working copy is dirty!
# Don't proceed if the working copy is dirty!
Annotate
::
Integration
.
is_clean?
(
test_rig
).
should
==
true
Annotate
::
Integration
.
is_clean?
(
test_rig
).
should
==
true
pending
"temporarily ignored until Travis can run them"
Bundler
.
with_clean_env
do
Bundler
.
with_clean_env
do
dir
base_dir
do
dir
base_dir
do
temp_dir
=
Dir
.
pwd
temp_dir
=
Dir
.
pwd
...
...
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