spec/shoes/swt/integration_spec.rb in shoes-swt-4.0.0.pre6 vs spec/shoes/swt/integration_spec.rb in shoes-swt-4.0.0.pre7
- old
+ new
@@ -11,10 +11,10 @@
it 'does not fail with just a simple para #574' do
app = nil
begin
expect do
- app = Shoes.app do para 'me no fail' end
+ app = Shoes.app { para 'me no fail' }
app.quit
end.not_to raise_error
ensure
# Really ugly, but we have to can't let the redrawing aspect persist out
# of this test run, don't really want to expose it broadly, and can't