module-nginx/spec
Matthew Haughton 32bc360d45 Convert specs to RSpec 2.99.1 syntax with Transpec
This conversion is done by Transpec 2.3.4 with the following command:
    transpec -c "rake spec" spec/classes/ spec/defines/ spec/spec_helper.rb

* 210 conversions
    from: it { should ... }
      to: it { is_expected.to ... }

* 19 conversions
    from: it { should_not ... }
      to: it { is_expected.not_to ... }

* 15 conversions
    from: == expected
      to: eq(expected)

* 15 conversions
    from: obj.should
      to: expect(obj).to

For more details: https://github.com/yujinakayama/transpec#supported-conversions
2014-07-17 22:28:38 -04:00
..
classes Convert specs to RSpec 2.99.1 syntax with Transpec 2014-07-17 22:28:38 -04:00
defines Convert specs to RSpec 2.99.1 syntax with Transpec 2014-07-17 22:28:38 -04:00
system Remove vhost and mailhost vhost_autogen.conf 2013-11-30 21:24:55 -05:00
spec_helper.rb set default facts for all manifests 2013-12-07 13:39:24 -05:00
spec_helper_system.rb remove deprecated rspec-system-serverspec includes 2013-12-08 17:09:03 -05:00