Skip to content

Commit

Permalink
test: fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
xu-cheng committed Jun 18, 2016
1 parent 94ca549 commit 984abca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/mac_app_store_installer_spec.rb
Expand Up @@ -19,7 +19,7 @@ def do_install

it "tries to install mas" do
expect(Bundle).to receive(:system).with("brew", "install", "mas").and_return(true)
expect { do_install }.to raise_error
expect { do_install }.to raise_error(RuntimeError)
end
end

Expand Down

0 comments on commit 984abca

Please sign in to comment.