Skip to content

Commit 52eeb9f

Browse files
committed
Use "skip" instead of "pending" due to change in rspec
1 parent a0cb1b4 commit 52eeb9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/integration/integration_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@
2727
next if(chosen_scenario && chosen_scenario != test_rig)
2828
it "works under #{test_name}" do
2929
if(!USING_RVM)
30-
pending "Must have RVM installed."
30+
skip "Must have RVM installed."
3131
next
3232
end
3333

3434
# Don't proceed if the working copy is dirty!
3535
expect(Annotate::Integration.is_clean?(test_rig)).to eq(true)
3636

37-
pending "temporarily ignored until Travis can run them"
37+
skip "temporarily ignored until Travis can run them"
3838

3939
Bundler.with_clean_env do
4040
dir base_dir do

0 commit comments

Comments
 (0)