public
Rubygem
Description: Behaviour Driven Development framework for Ruby
Homepage: http://rspec.info
Clone URL: git://github.com/dchelimsky/rspec.git
Click here to lend your support to: rspec and make a donation at www.pledgie.com !
words and config
dchelimsky (author)
Fri Oct 03 07:26:14 -0700 2008
commit  c562bdf7f944789f49c5b1de70b37613daa477af
tree    2cdd7b1e4cf4018f6322d81370ea439752a115fe
parent  a4d3d11dcc62e168874160ecb6642f85df172744
...
13
14
15
16
17
 
 
18
19
20
21
 
22
23
24
...
13
14
15
 
 
16
17
18
19
20
 
21
22
23
24
0
@@ -13,12 +13,12 @@
0
 
0
 * 2 bug fixes
0
 
0
- * fixed bug where negative message expectations following stubs resulted in false (negative) positives (Mathias Meyer). Closes #548.
0
- * fixed bug where Not Yet Implemented examples report incorrect caller (Scott Taylor). Closes #547.
0
+ * fixed bug where negative message expectations following stubs resulted in false (negative) positives (Mathias Meyer). Closes #548.
0
+ * fixed bug where Not Yet Implemented examples report incorrect caller (Scott Taylor). Closes #547.
0
 
0
 * 1 minor enhancement
0
 
0
- * removed deprecated mock argument constraint symbols
0
+ * removed deprecated mock argument constraint symbols
0
 
0
 === Version 1.1.5 / 2008-09-28
0
 
...
18
19
20
 
21
 
22
23
24
 
25
26
27
...
18
19
20
21
22
23
24
25
 
26
27
28
29
0
@@ -18,10 +18,12 @@ Hoe.new('rspec', Spec::VERSION::STRING) do |p|
0
   p.url = 'http://rspec.info/'
0
   p.description = "Behaviour Driven Development for Ruby."
0
   p.rubyforge_name = 'rspec'
0
+ p.extra_dev_deps = ['diff-lcs',['spicycode-rcov','>= 0.8.1.3'],'syntax']
0
   p.developer('RSpec Development Team', 'rspec-devel@rubyforge.org')
0
+ p.remote_rdoc_dir = "rspec/#{Spec::VERSION::STRING}"
0
 end
0
 
0
-['audit','test','test_deps','default','publish_docs','post_blog'].each do |task|
0
+['audit','test','test_deps','default','post_blog'].each do |task|
0
   Rake.application.instance_variable_get('@tasks').delete(task)
0
 end
0
 

Comments

    No one has commented yet.