nimboids-shoulda 2.11.3 → 2.11.4
Sign up to get free protection for your applications and to get access to all the features.
- data/TAGS +1347 -0
- data/lib/shoulda/active_record/matchers/association_matcher.rb +1 -11
- data/lib/shoulda/version.rb +1 -1
- data/test/matchers/active_record/association_matcher_test.rb +0 -35
- data/test/rails2_root/log/test.log +34536 -0
- data/test/rails3_root/Gemfile.lock +77 -0
- data/test/rails3_root/db/test.sqlite3 +0 -0
- data/test/rails3_root/log/test.log +8079 -0
- metadata +9 -4
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: nimboids-shoulda
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 43
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 2
|
8
8
|
- 11
|
9
|
-
-
|
10
|
-
version: 2.11.
|
9
|
+
- 4
|
10
|
+
version: 2.11.4
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Tammer Saleh
|
@@ -19,7 +19,7 @@ autorequire:
|
|
19
19
|
bindir: bin
|
20
20
|
cert_chain: []
|
21
21
|
|
22
|
-
date:
|
22
|
+
date: 2011-02-28 00:00:00 +00:00
|
23
23
|
default_executable: convert_to_should_syntax
|
24
24
|
dependencies: []
|
25
25
|
|
@@ -37,6 +37,7 @@ files:
|
|
37
37
|
- MIT-LICENSE
|
38
38
|
- Rakefile
|
39
39
|
- README.rdoc
|
40
|
+
- TAGS
|
40
41
|
- bin/convert_to_should_syntax
|
41
42
|
- lib/shoulda/action_controller/macros.rb
|
42
43
|
- lib/shoulda/action_controller/matchers/assign_to_matcher.rb
|
@@ -186,6 +187,7 @@ files:
|
|
186
187
|
- test/rails2_root/db/migrate/20090506203536_create_registrations.rb
|
187
188
|
- test/rails2_root/db/migrate/20090513104502_create_cats.rb
|
188
189
|
- test/rails2_root/db/schema.rb
|
190
|
+
- test/rails2_root/log/test.log
|
189
191
|
- test/rails2_root/public/404.html
|
190
192
|
- test/rails2_root/public/422.html
|
191
193
|
- test/rails2_root/public/500.html
|
@@ -257,7 +259,10 @@ files:
|
|
257
259
|
- test/rails3_root/db/migrate/20090506203536_create_registrations.rb
|
258
260
|
- test/rails3_root/db/migrate/20090513104502_create_cats.rb
|
259
261
|
- test/rails3_root/db/seeds.rb
|
262
|
+
- test/rails3_root/db/test.sqlite3
|
260
263
|
- test/rails3_root/Gemfile
|
264
|
+
- test/rails3_root/Gemfile.lock
|
265
|
+
- test/rails3_root/log/test.log
|
261
266
|
- test/rails3_root/public/404.html
|
262
267
|
- test/rails3_root/public/422.html
|
263
268
|
- test/rails3_root/public/500.html
|