Skip to content

Commit

Permalink
fixed minor problem
Browse files Browse the repository at this point in the history
  • Loading branch information
billfitzgerald0120 committed May 2, 2017
1 parent 24c8a51 commit 6146550
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

shared_examples_for "#vm power state" do
it "check" do
vm.update_attribute(:raw_power_state, raw_power_state)
vm.update_attributes(:raw_power_state, raw_power_state)
svc_model_vm
described_class.new(ae_service).main
expect(ae_service.root['vm'].power_state).to eq(power_state)
Expand Down

0 comments on commit 6146550

Please sign in to comment.