Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch acceptance tests to Beaker #607

Merged
merged 5 commits into from
Apr 21, 2015
Merged

Switch acceptance tests to Beaker #607

merged 5 commits into from
Apr 21, 2015

Conversation

3flex
Copy link
Contributor

@3flex 3flex commented Apr 14, 2015

Switch to beaker. Adds acceptance test support for:

  • CentOS 7
  • Debian 7 final
  • Ubuntu 14.04

Drops support for:

  • Fedora
  • Ubuntu 10.04 (is EOL in two weeks anyway)

Adds a couple of new, very basic tests.

The acceptance tests need a heck of a lot of work to be done on them to make them truly useful. They currently only act as smoke tests. Without a push to include new tests when features are added (as should be happening with rspec) the quality of this module may decline over time.

Matthew Haughton and others added 5 commits April 13, 2015 23:28
This conversion is done by Transpec 3.1.0 with the following command:
    transpec spec/acceptance/

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

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

* 5 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
CentOS 5, 6 & 7
Debian 6 & 7
Ubuntu Server 12.04
@3flex 3flex added the enhancement New feature or request label Apr 15, 2015
3flex added a commit that referenced this pull request Apr 21, 2015
Switch acceptance tests to Beaker
@3flex 3flex merged commit 031fb9d into voxpupuli:master Apr 21, 2015
@3flex 3flex deleted the beaker branch April 21, 2015 17:43
cegeka-jenkins pushed a commit to cegeka/puppet-nginx that referenced this pull request Oct 23, 2017
Switch acceptance tests to Beaker
slm0n87 pushed a commit to slm0n87/puppet-nginx that referenced this pull request Mar 7, 2019
Switch acceptance tests to Beaker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant