Disable via test that fails on OSX so that we can test everything else on Travis on OSX.

This commit is contained in:
Daniel Patterson
2016-01-06 14:42:31 -08:00
parent 5341cb5ff9
commit 95d1efb7f8
3 changed files with 21 additions and 8 deletions
+11
View File
@@ -0,0 +1,11 @@
Before '@ignore-platform-windows' do
skip_this_scenario
end
Before '@ignore-platform-unix' do
skip_this_scenario
end
Before '@ignore-platform-mac' do
skip_this_scenario
end