Commit 52eeb9f9 by cuong.tran

Use "skip" instead of "pending" due to change in rspec

parent a0cb1b47
......@@ -27,14 +27,14 @@ describe "annotate inside Rails, using #{CURRENT_RUBY}" do
next if(chosen_scenario && chosen_scenario != test_rig)
it "works under #{test_name}" do
if(!USING_RVM)
pending "Must have RVM installed."
skip "Must have RVM installed."
next
end
# Don't proceed if the working copy is dirty!
expect(Annotate::Integration.is_clean?(test_rig)).to eq(true)
pending "temporarily ignored until Travis can run them"
skip "temporarily ignored until Travis can run them"
Bundler.with_clean_env do
dir base_dir do
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment