Commit 3a8381c

mo khan <mo@mokhan.ca>
2013-05-16 04:40:08
intentionally fail the build
1 parent 6861053
Changed files (1)
MovieLibraryTests
MovieLibraryTests/MovieLibrarySpec.m
@@ -18,7 +18,7 @@
 }
 -(int)total_books
 {
-  return 1;
+  return 0;
 }
 @end