Use 'spec' task instead of 'test'.

This commit is contained in:
Zach Carter
2010-12-14 19:10:41 -05:00
parent 97536f897e
commit 820504bbd5
+1 -1
View File
@@ -13,7 +13,7 @@ task :spec => [:release] do
system "rspec -cfs spec"
end
task :default => [:compile, :test]
task :default => [:compile, :spec]
def remove_exports(string)
match = string.match(%r{^// BEGIN\(BROWSER\)\n(.*)\n^// END\(BROWSER\)}m)