Skip to content

Commit b474f71

Browse files
author
Lee Richmond
committed
Fix specs
1 parent 9fa8f74 commit b474f71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/remote_resource_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
RSpec.describe "remote resources" do
44
let(:klass) do
55
Class.new(Graphiti::Resource) do
6+
self.type = :employees
67
self.remote = "http://foo.com/api/v1/employees"
78

89
attribute :last_name, :string do # override

0 commit comments

Comments
 (0)