Commit 3b46f4b

mo khan <mo@mokhan.ca>
2013-11-02 15:27:10
fix name of spec.
1 parent 44069c0
Changed files (1)
spec/movie_library_spec.rb
@@ -139,7 +139,7 @@ describe MovieLibrary do
       blah.should_not == huh
     end
 
-    it "spec_name" do
+    it "should equal" do
       huh1 = create_movie(title: 'huh')
       huh2 = create_movie(title: 'huh')
       huh1.should == huh2