public
Description: A collection of RSpec matchers to be used with the Ruby on Rails project
Clone URL: git://github.com/joshknowles/rspec-on-rails-matchers.git
Search Repo:
Updated Readme to reflect contributions from Bryan and Matt.  Stubbed out 
TODO and CHANGELOG.  Updated init to reflect renaming of tags to views.

git-svn-id: https://rspec-on-rails-matchers.googlecode.com/svn/trunk@11 
11e6f158-dd3c-0410-a69b-4d739fb74d9d
joshknowles (author)
Wed Jan 02 22:50:07 -0800 2008
commit  5f3f7f8705c31d8ca8ddbc3c989db35680d4de55
tree    e95c355fecdb404c34d7e100ec05329ee58461cf
parent  52c33f777d864b6eefb10465009b39feb3964800
...
 
 
 
 
 
 
 
...
1
2
3
4
5
6
7
0
@@ -1 +1,8 @@
0
+Change Log
0
+==========
0
+
0
+Trunk
0
+-----
0
+
0
+* 2007/01/03 - Initial Public Release
...
1
 
2
3
4
...
 
1
2
3
4
0
@@ -1,4 +1,4 @@
0
-Copyright (c) 2007 Josh Knowles
0
+Copyright (c) 2008 The Plugin Development Team
0
 
0
 Permission is hereby granted, free of charge, to any person obtaining
0
 a copy of this software and associated documentation files (the
0
...
10
11
12
13
14
 
 
15
16
 
 
17
18
 
...
10
11
12
 
 
13
14
15
16
17
18
19
 
20
0
@@ -10,10 +10,12 @@
0
   * blah
0
   * blah
0
 
0
-Authors
0
--------
0
+Core Contributors
0
+-----------------
0
 
0
   * Josh Knowles <joshknowles@gmail.com>
0
+ * Bryan Helmcamp <bryan@brynary.com>
0
+ * Matt Aimonetti <mattaimonetti@gmail.com>
0
 
0
-Copyright (c) 2007 Josh Knowles, released under the MIT license
0
+Copyright (c) 2008 The Plugin Development Team, released under the MIT license
0
...
 
 
 
 
...
1
2
3
4
0
@@ -1 +1,5 @@
0
+To Do
0
+=====
0
+
0
+* Write the To Do ;-)
...
1
2
3
 
...
1
 
2
3
0
@@ -1,4 +1,4 @@
0
 require 'spec/rails/matchers/associations'
0
-require 'spec/rails/matchers/tags'
0
 require 'spec/rails/matchers/validations'
0
+require 'spec/rails/matchers/views'

Comments

    No one has commented yet.