jsonapi-materializer 1.0.0.rc.pre.1 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,8 +0,0 @@
1
- module JSONAPI
2
- module Materializer
3
- module Context
4
- extend(ActiveSupport::Concern)
5
- include(ActiveModel::Model)
6
- end
7
- end
8
- end
@@ -1,7 +0,0 @@
1
- require("spec_helper")
2
-
3
- RSpec.describe(JSONAPI::Materializer::VERSION) do
4
- it("should be a string") do
5
- expect(JSONAPI::Materializer::VERSION).to(be_kind_of(String))
6
- end
7
- end