puppet-keystone/spec/unit/provider/keystone_paste_ini
Gael Chamoulaud 1896040791 Fix rspec 3.x syntax
- Convert 'should' keyword to 'is_expected.to'
- The old ':should' syntax in rspec 3.x is deprecated in favor of
  ':expect' syntax.
- Operator matchers:
  '1.should == 1' into 'expect(1).to eq(1)'

Change-Id: I84b993065a00f5b5c55bd6834c6d54bc57c249e0
Signed-off-by: Gael Chamoulaud <gchamoul@redhat.com>
2015-07-20 16:02:08 +02:00
..
ini_setting_spec.rb Fix rspec 3.x syntax 2015-07-20 16:02:08 +02:00