<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="/stylesheets/rss.css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>Wood for the Trees: Two ActiveTest Plugins</title>
    <link>http://www.mathewabonyi.com/articles/2006/11/19/two-activetest-plugins</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>struggling to dig life</description>
    <item>
      <title>Two ActiveTest Plugins</title>
      <description>&lt;p style="text-align:justify;"&gt;In the spirit of getting ActiveTest rolling, I&amp;#8217;ve created two plugins (which used to be part of ActiveTest originally, but were later abstracted). The first, ActiveTest Authentication, allows you to test both sides of being logged in. The second, ActiveTest Authorisation, allows you to test both sides of permissions for an action. Both plugins are for the ActiveTest::Controller subject. The first plugin assumes, broadly, you are using &lt;span class="caps"&gt;AAA&lt;/span&gt; or some variant. The second plugin assumes you are producing 403 responses for unpriveleged access.&lt;/p&gt;


	&lt;h4&gt;Installation&lt;/h4&gt;


&lt;div class="typocode"&gt;&lt;pre&gt;&lt;code class="typocode_shell "&gt;$ cd railsproject
$ ./script/plugin source http://mabs29.googlecode.com/svn/trunk/plugins
$ ./script/plugin install active_test_authentication
$ ./script/plugin install active_test_authorisation&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description>
      <pubDate>Sun, 19 Nov 2006 02:47:30 -0600</pubDate>
      <guid isPermaLink="false">urn:uuid:fcce81a8-b955-40ec-aae0-5ab6f7c6ee7a</guid>
      <author>Mathew Abonyi</author>
      <link>http://www.mathewabonyi.com/articles/2006/11/19/two-activetest-plugins</link>
      <category>Ruby</category>
      <category>Rails</category>
      <category>Plugins</category>
      <trackback:ping>http://www.mathewabonyi.com/articles/trackback/29</trackback:ping>
    </item>
  </channel>
</rss>
