We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0cb1b4 commit 52eeb9fCopy full SHA for 52eeb9f
spec/integration/integration_spec.rb
@@ -27,14 +27,14 @@
27
next if(chosen_scenario && chosen_scenario != test_rig)
28
it "works under #{test_name}" do
29
if(!USING_RVM)
30
- pending "Must have RVM installed."
+ skip "Must have RVM installed."
31
next
32
end
33
34
# Don't proceed if the working copy is dirty!
35
expect(Annotate::Integration.is_clean?(test_rig)).to eq(true)
36
37
- pending "temporarily ignored until Travis can run them"
+ skip "temporarily ignored until Travis can run them"
38
39
Bundler.with_clean_env do
40
dir base_dir do
0 commit comments