Skip to content

Commit

Permalink
adapt the test
Browse files Browse the repository at this point in the history
  • Loading branch information
ph committed Dec 31, 2016
1 parent c401202 commit 3931f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/unit/plugin_manager/prepare_offline_pack_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
end

it "catches the error" do
expect(subject).to receive(:report_exception).with("Cannot create the pack", be_kind_of(exception)).and_return(nil)
expect(subject).to receive(:report_exception).with("Cannot create the offline archive", be_kind_of(exception)).and_return(nil)
subject.run(cmd_args)
end
end
Expand Down

0 comments on commit 3931f9f

Please sign in to comment.