0.0
No commit activity in last 3 years
No release in over 3 years
Spud Search is a base search interface for use on spud core
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

= 0.10.3
= 0.3.11
= 2.8.0
~> 3.0.1
~> 0.6.4

Runtime

~> 3.2.3
>= 0.9.10
 Project Readme

Insert Readme Information Here

Testing

Spud uses RSpec for testing. Get the tests running with a few short commands:

  1. Create and migrate the databases:

     rake db:create
     rake db:migrate
    
  2. Load the schema in to the test database:

     rake app:db:test:prepare
    
  3. Run the tests with RSpec

     rspec spec
    

After the tests have completed the current code coverage stats is available by opening /coverage/index.html in a browser.