Skip to content

Commit 343932e

Browse files
committed
More changes for JSON::LD::Preloaded, although context files are still in JSON::LD::Context::Preloaded.
1 parent 416f9bc commit 343932e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/json/ld/preloaded.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
require 'json/ld'
22

3-
module JSON::LD::Context::Preloaded
3+
module JSON::LD::Preloaded
44
autoload :VERSION, "json/ld/preloaded/version"
55
end
66

spec/preloaded_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
$:.unshift "."
33
require 'spec_helper'
44

5-
describe JSON::LD::Context::Preloaded do
5+
describe JSON::LD::Preloaded do
66
{
77
activitystreams: "https://www.w3.org/ns/activitystreams",
88
csvw: "https://www.w3.org/ns/csvw",

0 commit comments

Comments
 (0)