<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -11,7 +11,7 @@ end
 
 describe RMeetup::Client, 'trying to fetch an unknown type' do
   before do
-    RMeetup::Client.api_key = @api_key
+    RMeetup::Client.api_key = API_KEY
   end
   
   it 'should throw an error' do</diff>
      <filename>spec/client_spec.rb</filename>
    </modified>
    <modified>
      <diff>@@ -6,7 +6,7 @@ $: &lt;&lt; File.join('..', 'lib')
 # the API. Some of the spec require access to the API.
 # You can get your API key by loging in to meetup.com
 # and looking in your account info.
-@api_key = nil
+API_KEY = nil
 
 # Don't let the specs run without an API key
-raise StandardError, 'Please enter your Meetup API key in the spec_helper.rb file to be used for testing purposes.' unless @api_key
\ No newline at end of file
+raise StandardError, 'Please enter your Meetup API key in the spec_helper.rb file to be used for testing purposes.' unless API_KEY
\ No newline at end of file</diff>
      <filename>spec/spec_helper.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a8c4cc652a40248a21c12a06862d2d07ba63295a</id>
    </parent>
  </parents>
  <author>
    <name>Jared Pace</name>
    <email>jared@codewordstudios.com</email>
  </author>
  <url>http://github.com/jdpace/rmeetup/commit/04b264685bf7e332b6883916e142f498e99051df</url>
  <id>04b264685bf7e332b6883916e142f498e99051df</id>
  <committed-date>2008-10-22T15:14:04-07:00</committed-date>
  <authored-date>2008-10-22T15:14:04-07:00</authored-date>
  <message>Change @api_key to a constant 'API_KEY'.</message>
  <tree>78568f25951dee12ff08c4bd2cb309da523a5845</tree>
  <committer>
    <name>Jared Pace</name>
    <email>jared@codewordstudios.com</email>
  </committer>
</commit>
