forked from redhat-openstack/openstack-puppet-modules
-
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 3.0.0 syntax with Transpec
This conversion is done by Transpec 2.2.1 with the following command: transpec spec/defines * 65 conversions from: it { should ... } to: it { is_expected.to ... } * 9 conversions from: it { should_not ... } to: it { is_expected.not_to ... } For more details: https://github.com/yujinakayama/transpec#supported-conversions
- Loading branch information
Ashley Penney
committed
Jun 6, 2014
1 parent
815f5cd
commit 9f97fc7
Showing
2 changed files
with
74 additions
and
74 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
Oops, something went wrong.