features/support/hooks.rb in
pah-0.0.26
vs features/support/hooks.rb in
pah-0.0.27
- old
+ new
@@ -1,3 +1,3 @@
-Before('@no-travis') do
- skip_this_scenario if ENV['CI']
+Before('@pending') do
+ skip_this_scenario
end