Sha256: d26ac00add8a280ca0a684a9abd9b3b8d43b647b6c9db80585f6989bcefc81dd

Contents?: true

Size: 482 Bytes

Versions: 4

Compression:

Stored size: 482 Bytes

Contents

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.

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
tb_search-1.0.2 README.markdown
tb_search-1.0.1 README.markdown
tb_search-1.0 README.markdown
spud_search-0.9.0 README.markdown