<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -32,5 +32,12 @@ describe &quot;LighthouseProject - initialisation&quot; do
 end
 
 describe &quot;LighthouseProject - ticket fetching&quot; do
-  it &quot;should have some specs&quot;
-end
\ No newline at end of file
+  include LighthouseProjectSpecHelpers
+
+  it &quot;should have use the lighthouse api to find a ticket in the configured project&quot; do
+    mock_succesful_git_config
+    l = LighthouseProject.new
+    Ticket.should_receive(:find).with(1, :params =&gt; {:project_id =&gt; &quot;11111&quot;})
+    l.get_tickets([1])
+  end
+end</diff>
      <filename>scripts/gil/spec/gil/lighthouse_project_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7584f0a2d29bcfd49418000e0157f2a0945d9472</id>
    </parent>
  </parents>
  <author>
    <name>Simon Jefford</name>
    <email>simon.jefford@gmail.com</email>
  </author>
  <url>http://github.com/simonjefford/tinyprojects/commit/65d2eb90ae244ebaacd6e96e9a60213022ea1080</url>
  <id>65d2eb90ae244ebaacd6e96e9a60213022ea1080</id>
  <committed-date>2008-07-01T14:17:12-07:00</committed-date>
  <authored-date>2008-07-01T14:17:12-07:00</authored-date>
  <message>Started to write specs for interaction with the Lighthouse API itself</message>
  <tree>9c8b2a6f331b6e2f0e70fdfa4761da6932884421</tree>
  <committer>
    <name>Simon Jefford</name>
    <email>simon.jefford@gmail.com</email>
  </committer>
</commit>
