forgot a paren

This commit is contained in:
alop 2013-05-13 12:40:23 -07:00
parent 6a29e8a637
commit 8893bdb480
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ def expect_creates_policy_json service, action=:restart
end
it "notifies nova-api-ec2 restart" do
expect(@file.to notify service, action
expect(@file).to notify service, action
end
end
end