Skip to content

Commit 873192c

Browse files
authored
Merge pull request #271 from richmolj/master
Fix specs
2 parents 9fa8f74 + b474f71 commit 873192c

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)