public
Description: Webrat - Ruby Acceptance Testing for Web applications
Homepage: http://gitrdoc.com/brynary/webrat/tree/master/
Clone URL: git://github.com/brynary/webrat.git
Changing rake default from verify_rcov to spec
brynary (author)
Wed Nov 19 12:59:24 -0800 2008
commit  ba3e29d2a3d4af9c217fb429c135b8045dcc046d
tree    1852c772ac549d6066aef921f2c4ad4d98a9c8a5
parent  f1b4486594311d1daaef4c9038657d7d28c18386
...
67
68
69
70
71
72
73
74
75
76
...
90
91
92
93
94
 
 
 
95
...
67
68
69
 
 
 
 
70
71
72
...
86
87
88
 
89
90
91
92
93
0
@@ -67,10 +67,6 @@ RCov::VerifyTask.new(:verify_rcov => :rcov) do |t|
0
   t.threshold = 96.2 # Make sure you have rcov 0.7 or higher!
0
 end
0
 
0
-task :default do
0
-  Rake::Task["verify_rcov"].invoke
0
-end
0
-
0
 desc 'Install the package as a gem.'
0
 task :install_gem => [:clean, :package] do
0
   gem = Dir['pkg/*.gem'].first
0
@@ -90,4 +86,6 @@ end
0
 desc "Run specs using jruby"
0
 task "spec:jruby" do
0
   system "jruby -S rake spec"
0
-end
0
\ No newline at end of file
0
+end
0
+
0
+task :default => :spec
0
\ No newline at end of file

Comments