Commit eb4a6ae

mo khan <mo@mokhan.ca>
2014-07-11 01:18:55
add placeholder for where to continue working.
1 parent 24d62cd
Changed files (1)
spec
integration
spec/integration/select_spec.rb
@@ -49,5 +49,8 @@ describe "select items" do
       expect(result.studio).to be_instance_of(Studio)
       expect(result.studio.name).to eql('universal')
     end
+
+    xit "loads the has_many association" do
+    end
   end
 end