Skip to content

Commit

Permalink
Force acceptance test ordering with require and before
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis Fields committed Feb 10, 2015
1 parent 8e2689b commit 4dfb8e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/acceptance/ini_subsetting_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
setting => 'key',
subsetting => 'beta',
value => 'trons',
require => Ini_subsetting['ensure => present for alpha'],
}
EOS

Expand Down Expand Up @@ -133,6 +134,7 @@
subsetting => 'twine',
value => 'three',
path => "#{tmpdir}/subsetting_separator.ini",
before => Ini_subsetting['foobar'],
#{parameter}
}
ini_subsetting { "foobar":
Expand Down

0 comments on commit 4dfb8e1

Please sign in to comment.