public
Description: Simple plugin to sniff inbound search terms from popular search engines
Homepage: http://locomotivation.com/2008/07/17/smells-like-a-google-search-easily-grab-inbound-search-terms-in-rails-using-search_sniffer
Clone URL: git://github.com/squeejee/search_sniffer.git
search_sniffer / test / search_sniffer_test.rb
100644 10 lines (7 sloc) 0.152 kb
1
2
3
4
5
6
7
8
9
10
require 'test/unit'
 
class SearchSnifferTest < Test::Unit::TestCase
  
  # Replace this with your real tests.
  def test_this_plugin
    true
  end
end