Commit 84affc1

mo khan <mo@mokhan.ca>
2013-05-16 04:20:06
add default target
1 parent 69f39bb
Changed files (1)
Rakefile
@@ -1,3 +1,5 @@
+task :default => :spec
+
 task :xcode do
   system "open *.xcworkspace"
 end