Jason
Jason
I do this using a method that sets the state.movable.color attribute. It has the drawback of no longer allowing the user to scroll the page when pressing on the board...
I ended up doing the following. describe "Create New Instance" do it "should have correct attribute values" do key_values = [] key_values 'ID',:value=>'1') key_values 'TEXT1',:value=>'text1') dao = plsql.xxmcl_dao(:table_name=>'xxmcl_dao_test',:primary_key=>'id',:key_values=>key_values) dao[:table_name].should ==...
I've setup Hudson jobs that run ruby-plsq-spec. I use the following main functions/plugins. The builds are parameterized with the database as a parameter (DB). 1. Execute Shell Function Example TOP=XXMAP...