OSDN Git Service

fix spec
authorshimada <shimada.cake@gmail.com>
Sun, 22 Aug 2010 05:09:25 +0000 (14:09 +0900)
committershimada <shimada.cake@gmail.com>
Sun, 22 Aug 2010 05:09:25 +0000 (14:09 +0900)
spec/models/song_spec.rb

index 27a9eb8..5cfbfe4 100644 (file)
@@ -6,8 +6,8 @@ describe Song do
       :code => "value for code",
       :title => "value for title",
       :words => "value for words",
-      :kana => "value for kana",
-      :cright => "value for cright",
+      :words_for_search => "value for kana",
+      :copyright => "value for cright",
       :font_size => 1,
       :deleted_at => Time.now
     }