<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -2,3 +2,4 @@ Manifest
 pkg
 .*.swp
 .*.swo
+*.autotest
\ No newline at end of file</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -24,6 +24,14 @@ describe RPXNow do
     it &quot;contains the url&quot; do
       RPXNow.embed_code('xxx','my_url').should =~ /token_url=my_url/
     end
+    
+    it &quot;defaults to English&quot; do
+      RPXNow.embed_code('xxx', 'my_url').should =~ /token_url=my_url&amp;language_preference=en/
+    end
+    
+    it &quot;has a changeable language&quot; do
+      RPXNow.embed_code('xxx', 'my_url', :language =&gt; 'es').should =~ /token_url=my_url&amp;language_preference=es/
+    end
   end
 
   describe :popup_code do</diff>
      <filename>spec/rpx_now_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e8338efb08237b220a9a7f7497dc544dc52c2f9b</id>
    </parent>
  </parents>
  <author>
    <name>Amund</name>
    <email>amunds@gmail.com</email>
  </author>
  <url>http://github.com/grosser/rpx_now/commit/d55318143d0168f66946f200448e616462d9bad4</url>
  <id>d55318143d0168f66946f200448e616462d9bad4</id>
  <committed-date>2009-08-16T12:50:52-07:00</committed-date>
  <authored-date>2009-08-16T12:50:52-07:00</authored-date>
  <message>Added tests for language params in embed_code, added autotest to gitignore</message>
  <tree>301b4b82251fbec09fae7a21a620c86006544a5b</tree>
  <committer>
    <name>Amund</name>
    <email>amunds@gmail.com</email>
  </committer>
</commit>
