sunspot_rails 1.0.3 → 1.0.4
Sign up to get free protection for your applications and to get access to all the features.
data/History.txt
CHANGED
@@ -84,6 +84,11 @@ describe 'specs with Sunspot stubbed' do
|
|
84
84
|
Post.search
|
85
85
|
end
|
86
86
|
|
87
|
+
it 'should not execute a search when #search called with parameters' do
|
88
|
+
@session.should_not_receive(:search)
|
89
|
+
Post.search(:include => :blog, :select => 'id, title')
|
90
|
+
end
|
91
|
+
|
87
92
|
it 'should return a new search' do
|
88
93
|
@session.should_not_receive(:new_search)
|
89
94
|
Sunspot.new_search(Post).should respond_to(:execute)
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 1
|
7
7
|
- 0
|
8
|
-
-
|
9
|
-
version: 1.0.
|
8
|
+
- 4
|
9
|
+
version: 1.0.4
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Mat Brown
|
@@ -22,7 +22,7 @@ autorequire:
|
|
22
22
|
bindir: bin
|
23
23
|
cert_chain: []
|
24
24
|
|
25
|
-
date: 2010-03-
|
25
|
+
date: 2010-03-19 00:00:00 -04:00
|
26
26
|
default_executable:
|
27
27
|
dependencies:
|
28
28
|
- !ruby/object:Gem::Dependency
|
@@ -35,8 +35,8 @@ dependencies:
|
|
35
35
|
segments:
|
36
36
|
- 1
|
37
37
|
- 0
|
38
|
-
-
|
39
|
-
version: 1.0.
|
38
|
+
- 4
|
39
|
+
version: 1.0.4
|
40
40
|
type: :runtime
|
41
41
|
version_requirements: *id001
|
42
42
|
- !ruby/object:Gem::Dependency
|