Commit 84affc1
Changed files (1)
Rakefile
@@ -1,3 +1,5 @@
+task :default => :spec
+
task :xcode do
system "open *.xcworkspace"
end