public
Description: Behaviour Driven Development framework for Ruby
Homepage: http://rspec.info
Clone URL: git://github.com/dchelimsky/rspec.git
Search Repo:
Click here to lend your support to: rspec and make a donation at www.pledgie.com !
ran tests
btakita (author)
Wed May 21 23:33:48 -0700 2008
commit  36f74abcba1c916a04ed0688b8ea1452ff04951d
tree    5c1f1537bbee8c35552c1ff00f42848d7b4f74b5
parent  beb5131eefaf891d9168b3dcab745a1f0ba23db4
...
6
7
8
9
 
10
11
12
...
6
7
8
 
9
10
11
12
0
@@ -6,7 +6,7 @@
0
       TINY = 3
0
       RELEASE_CANDIDATE = nil
0
 
0
- BUILD_TIME_UTC = 20080522044210
0
+ BUILD_TIME_UTC = 20080522063005
0
 
0
       STRING = [MAJOR, MINOR, TINY].join('.')
0
       TAG = "REL_#{[MAJOR, MINOR, TINY, RELEASE_CANDIDATE].compact.join('_')}".upcase.gsub(/\.|-/, '_')

Comments

    No one has commented yet.