module-puppetlabs-apt/spec
Morgan Haskel 1139f801eb Convert specs to RSpec 3.1.7 syntax with Transpec
This conversion is done by Transpec 3.0.8 with the following command:
    transpec spec/classes spec/defines spec/unit

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

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

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

* 1 conversion
    from: it { should_not ... }
      to: it { is_expected.not_to ... }

For more details: https://github.com/yujinakayama/transpec#supported-conversions
2015-02-24 13:20:29 -08:00
..
acceptance and an acceptance test 2015-02-15 09:41:20 -08:00
classes Convert specs to RSpec 3.1.7 syntax with Transpec 2015-02-24 13:20:29 -08:00
defines Convert specs to RSpec 3.1.7 syntax with Transpec 2015-02-24 13:20:29 -08:00
unit Convert specs to RSpec 3.1.7 syntax with Transpec 2015-02-24 13:20:29 -08:00
spec.opts Sync files 2014-06-25 17:23:12 -07:00
spec_helper.rb Switch to the new puppetlabs_spec_helper gem 2012-05-31 15:32:03 -07:00
spec_helper_acceptance.rb Fix acceptance tests 2015-02-18 13:42:55 -08:00