<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -30,7 +30,8 @@ module Limelight
       end
 
       def load_player
-        @scene = MockScene.new
+        @scene = MockScene.new(:casting_director =&gt; Limelight::CastingDirector.new(Limelight::FileLoader.new))
+        @scene.illuminate
         @player = Limelight::Prop.new
         @scene &lt;&lt; @player
         @player.extend(eval(@player_name.to_s.camalized))</diff>
      <filename>lib/limelight/specs/spec_helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -40,4 +40,12 @@ describe &quot;The Uses Player Directive&quot; do
   it &quot;should not add accessor for non-accessor methods&quot; do
     lambda{scene.method_should_not_be_created}.should raise_error(NoMethodError)
   end
+  
+  it &quot;should illuminate the scene&quot; do
+    scene.should be_illuminated
+  end
+  
+  it &quot;should illuminate the player&quot; do
+    player.should be_illuminated
+  end
 end
\ No newline at end of file</diff>
      <filename>spec/limelight/specs/spec_helper_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>660cee43e3024e490b32cd531f4e06cd540cdf54</id>
    </parent>
  </parents>
  <author>
    <name>Eric Smith</name>
    <email>eric@8thlight.com</email>
  </author>
  <url>http://github.com/slagyr/limelight/commit/6d4755aa7541c267f991c81d831b6f871cfe4988</url>
  <id>6d4755aa7541c267f991c81d831b6f871cfe4988</id>
  <committed-date>2009-10-02T13:30:21-07:00</committed-date>
  <authored-date>2009-10-02T13:30:21-07:00</authored-date>
  <message>Make sure uses_player illuminates the scene</message>
  <tree>499c2d67057c2559d8c386d8e95fd5536406a2b6</tree>
  <committer>
    <name>Eric Smith</name>
    <email>eric@8thlight.com</email>
  </committer>
</commit>
