spec/dde/app_shared.rb in dde-0.2.8 vs spec/dde/app_shared.rb in dde-0.2.9

- old
+ new

@@ -14,10 +14,10 @@ @app.id.should be_an Integer @app.id.should_not == 0 @app.init_flags.should == APPCLASS_STANDARD @app.dde_active?.should == true end unless described_class == DDE::Monitor - + describe '#start_dde' do it 'starts DDE with callback and default init_flags' do res = @app.start_dde {|*args|} res.should be_true @app.id.should be_an Integer \ No newline at end of file