Is your plugin hosted on GitHub? Make sure to press the "fetch" button next to the repository field to fetch your plugin's info from GitHub rather than typing it all in.
Repository
Name
Home Page
Short description Adds the 'assert_rjs' method, allowing you to test all of your rjs interactions with the same syntax as rjs calls themselves (page.visual_effect)
Description NOTICE: THIS PLUGIN HAS BEEN ADDED TO RAILS. NO NEED TO INSTALL THIS ANYMORE. ARTS is Another RJS Test System To use it, add the line include Arts to your Test::Unit::TestCase subclass or in your test_helper.rb Use: assert_rjs :alert, 'Hi!' assert_rjs :assign, 'a', '2' assert_rjs :call, 'foo', 'bar', 'baz' assert_rjs :draggable, 'draggable_item' assert_rjs :drop_receiving, 'receiving_item' assert_rjs :hide, "post_1", "post_2", "post_3" assert_rjs :insert_html, :bottom, 'posts' assert_rjs :redirect_to, :action => 'list' assert_rjs :remove, "post_1", "post_2", "post_3" assert_rjs :replace, 'completely_replaced_div', 'This replaced the div' assert_rjs :replace_html, 'replaceable_div', "This goes inside the div" assert_rjs :show, "post_1", "post_2", "post_3" assert_rjs :sortable, 'sortable_item' assert_rjs :toggle, "post_1", "post_2", "post_3" assert_rjs :visual_effect, :highlight, "posts", :duration => '1.0'
Description format RDoc MarkDown Textile
License Ruby's Rails' (MIT) GPL LGPL BSD Apache Artistic PublicDomain BSD-type Free-Trial Free-but-Restricted OpenSource Proprietary Shareware Source-available-proprietary Commercial
Category Assets Controllers Internationalization Misc. Enhancements Model Rails Engines Searching and Queries Security Statistics and Logs Testing View Extensions