8000 Add failing test for site.owner hash · ConnectionMaster/github-metadata@b90efc5 · GitHub
[go: up one dir, main page]

Skip to content

Commit b90efc5

Browse files
committed
Add failing test for site.owner hash
1 parent 7d3eb76 commit b90efc5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

spec/integration_spec.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,8 @@
3939
expect(stub).to have_been_requested
4040
end
4141
end
42+
43+
it "presents the owner data as a Hash" do
44+
expect(subject["owner"]).to be_a(Hash)
45+
end
4246
end

0 commit comments

Comments
 (0)
0