Files
cappuccino/Tests/CucumberTests/CPAnimationContextTest/features/support/hooks.rb
T
cacaodev 5aa98966bc Cucapp test for CPView animation
Tests for commits #1, #2, #3 of this PR
2016-06-12 10:12:08 +02:00

7 lines
54 B
Ruby

Before do
app.reset()
end
After do
app.quit()
end