Skip to content

Commit

Permalink
Fix hash syntax in profiles test
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffshantz committed Apr 19, 2016
1 parent f3a9d78 commit 07b23c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/hyperkit/client/profiles_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@

it "accepts a device hash", :profile, :skip_create do
client.create_profile("test-profile", devices: {
"kvm": {
"type": "unix-char",
"path": "/dev/kvm"
kvm: {
type: "unix-char",
path: "/dev/kvm"
}
})

Expand Down

0 comments on commit 07b23c2

Please sign in to comment.