public
Description: RSpec-syntax compatible framework for RubySpecs
Homepage: http://rubyspec.org
Clone URL: git://github.com/brixen/mspec.git
Search Repo:
REALLY add Rakefile forgotten in previous commit
nicksieger (author)
Wed May 14 10:50:46 -0700 2008
commit  f346a24700f23b4e70858a13308304a2789fe295
tree    e0a04751cdc93b86a55c28e764b2c80e6b27687b
parent  2b826cb358033814d8e7e13f02a23b3b902c782b
...
 
 
 
 
 
...
1
2
3
4
5
0
@@ -1 +1,6 @@
0
+require 'spec/rake/spectask'
0
+
0
+Spec::Rake::SpecTask.new
0
+
0
+task :default => :spec

Comments

  • michaelklishin Wed May 14 11:15:29 -0700 2008

    Nick,
    On fresh clone and rake spec run I get 8 failures. Is it just me?

  • nicksieger Wed May 14 11:35:03 -0700 2008

    I get 737 examples, 0 failures. Can you come to #rubyspec and pastie the ones that are failing?

  • michaelklishin Wed May 14 11:40:53 -0700 2008

    oops, I thought I commented on mspec commit. I get failures for mspec spec suite. Sorry about that.