<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,9 +1,24 @@
 # $Id$
 # TODO: LOTS of repetition here that can probably be refactored a bit.
+# TODO: Split these specs into a pingfm/ subdirectory, moving the client specs into their own file.
 
 require File.join(File.dirname(__FILE__), %w[spec_helper])
 
-describe Pingfm::Client, &quot; with expected results&quot; do
+describe Pingfm, 'main module' do
+  it 'should return the version string' do
+    Pingfm.version.should be_a_kind_of(String)
+  end
+
+  it 'should return the library path' do
+    Pingfm.libpath.should eql(Pingfm::LIBPATH)
+  end
+
+  it 'should return the path to the library' do
+    Pingfm.path.should eql(Pingfm::PATH)
+  end
+end
+
+describe Pingfm::Client, &quot;with expected results&quot; do
 
   before(:each) do
     @client = Pingfm::Client.new('a','b')
@@ -153,7 +168,7 @@ describe Pingfm::Client, &quot; with expected results&quot; do
 
 end
 
-describe Pingfm::Client, &quot; with error messages&quot; do
+describe Pingfm::Client, &quot;with error messages&quot; do
   before(:each) do
     @client = Pingfm::Client.new('a','b')
     @params = {'api_key' =&gt; 'a', 'user_app_key' =&gt; 'b'}</diff>
      <filename>spec/pingfm_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ce0b3a59718083e7f8a14f1adb8d170aa561d3af</id>
    </parent>
  </parents>
  <author>
    <name>Dale Campbell</name>
    <email>dale@save-state.net</email>
  </author>
  <url>http://github.com/Oshuma/pingfm/commit/da245973e845cba8ac701722b92cfdc35e5df5bf</url>
  <id>da245973e845cba8ac701722b92cfdc35e5df5bf</id>
  <committed-date>2008-09-28T03:05:45-07:00</committed-date>
  <authored-date>2008-09-28T03:05:45-07:00</authored-date>
  <message>adding specs for main module</message>
  <tree>af673d5a33aff08c6adbaba11f3189517c42800f</tree>
  <committer>
    <name>Dale Campbell</name>
    <email>dale@save-state.net</email>
  </committer>
</commit>
