forked from spree-contrib/spree_active_shipping
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert specs to RSpec 2.99.2 syntax with Transpec
This conversion is done by Transpec 3.1.0 with the following command: transpec * 46 conversions from: obj.should to: expect(obj).to * 23 conversions from: == expected to: eq(expected) * 9 conversions from: obj.should_receive(:message) to: expect(obj).to receive(:message) * 4 conversions from: obj.stub(:message) to: allow(obj).to receive(:message) * 1 conversion from: obj.should_not_receive(:message) to: expect(obj).not_to receive(:message) For more details: https://github.com/yujinakayama/transpec#supported-conversions
- Loading branch information
Showing
4 changed files
with
60 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters