<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -874,7 +874,7 @@ private
   # Generates all assertions for the accessors.
   def self.generate_methods
     public_instance_methods.each do |method|
-      case method
+      case method.to_s
       when 'store_alert_present',
            'store_prompt_present',
            'store_confirmation_present'
@@ -983,7 +983,7 @@ private
   # Generates all the assertions needed given a +store_method+.
   def self.each_assertion store_method
     before_negation = nil
-    after_negation = store_method.split('_')[1..-1] #throw away 'store'
+    after_negation = store_method.to_s.split('_')[1..-1] #throw away 'store'
     if after_negation.last == 'present'
       before_negation, after_negation = after_negation, after_negation.pop
     end</diff>
      <filename>lib/selenium_on_rails/test_builder_accessors.rb</filename>
    </modified>
    <modified>
      <diff>@@ -502,7 +502,7 @@ private
   # Generates the corresponding +_and_wait+ for each action.
   def self.generate_and_wait_actions
     public_instance_methods.each do |method|
-      define_method method + '_and_wait' do |*args|
+      define_method method.to_s + '_and_wait' do |*args|
         methods_array = method.split(&quot;_&quot;)
         send 'command_and_wait', methods_array.first.downcase + methods_array[1..-1].collect{|part| part.camelize}.join, *args
       end</diff>
      <filename>lib/selenium_on_rails/test_builder_actions.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>4617fb8f100f92a104c422e3d5ff1affb90d3102</id>
    </parent>
  </parents>
  <author>
    <name>Derek Kastner</name>
    <email>dkastner@gmail.com</email>
  </author>
  <url>http://github.com/dkastner/selenium-on-rails/commit/1ddfe25e48041f2f41d2af3db05b6eebe035d95e</url>
  <id>1ddfe25e48041f2f41d2af3db05b6eebe035d95e</id>
  <committed-date>2009-11-03T20:02:50-08:00</committed-date>
  <authored-date>2009-11-03T20:02:50-08:00</authored-date>
  <message>String != Symbol in Ruby 1.9.1</message>
  <tree>394db016f95b903ac0a1f3b2e69fc9b5d541dc02</tree>
  <committer>
    <name>Derek Kastner</name>
    <email>dkastner@gmail.com</email>
  </committer>
</commit>
