public
Fork of moro/search_do
Description: AR: Hyperestraier integration
Homepage:
Clone URL: git://github.com/grosser/search_do.git
grosser (author)
Sat Jan 17 00:49:59 -0800 2009
commit  ca31ae6215d74cde1f05c1a9f7f6d391022924cd
tree    47921598bd2f06efb0165d358d3760dc7fdcd3f5
parent  34eaaa29aac7643a51a769bcc503c58fd0c43b64
search_do / TESTING
100644 17 lines (11 sloc) 0.371 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#Install:
sqlite -- http://wiki.rubyonrails.org/rails/pages/RailsOnUbuntu
gem install rspec
 
#Run
rake spec
 
# NOTICE
 
if you have test errors by HyperEstraier cache matter
edit '${estraier_index_dir}/_conf' and set 'cachernum' parameter to 0.
(Ubuntu: /var/lib/hyperestraier/estmaster/_conf)
then restart hyperestraier
(Ubuntu: sudo /etc/init.d/hyperestraier restart)