Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
experiments
Manage
Activity
Members
Labels
Plan
Issues
5
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
intermapping
experiments
Merge requests
!1
fix test_insert_vocabs test
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
fix test_insert_vocabs test
5-test_insert_vocabs_failing
into
master
Overview
0
Commits
2
Pipelines
0
Changes
4
Open
Levi Stubbs
requested to merge
5-test_insert_vocabs_failing
into
master
7 years ago
Overview
0
Commits
2
Pipelines
0
Changes
4
Expand
Closes
#5
by:
Fixing the actual error that was causing the test to fail.
Updating the
Gemfile
to consolidate ruby version and dependencies. Please be aware ruby version was upgraded to
2.4.0
.
👍
0
👎
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
543e6696
2 commits,
7 years ago
4 files
+
13
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
transform_csv/test/transform_test.rb
+
1
−
1
Options
@@ -52,7 +52,7 @@ class TransformTest < Minitest::Test
vocab_uri
=
"https://purl.org/geojson/vocab#"
transform
=
Transform
.
new
({
source:
@csv_source
,
vocab:
{
geojson:
geojson_v
cab_uri
,
iss_global:
@vocab_url
}
vocab:
{
geojson:
@vo
cab_uri
,
iss_global:
@vocab_url
}
})
rdf_output
=
transform
.
create_vocab
Loading