1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00

Removed old unexisting shared scenario from celerity spec

This commit is contained in:
Jonas Nicklas 2010-03-18 13:16:53 +01:00
parent 2b64e7952a
commit 74a752ebf5

View file

@ -9,7 +9,6 @@ if RUBY_PLATFORM =~ /java/
it_should_behave_like "driver"
it_should_behave_like "driver with javascript support"
it_should_behave_like "driver with header support"
it_should_behave_like "driver with node path support"
end
else