Skip to content

Commit

Permalink
A little more clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
pat committed Nov 12, 2011
1 parent 1688e84 commit bcc9e73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/en/testing.textile
Expand Up @@ -7,7 +7,7 @@ h2. Testing with Thinking Sphinx

Before you get caught up in the specifics of testing Thinking Sphinx using certain tools, it's worth noting that no matter what the approach, you'll need to turn off transactional fixtures and index your data after creating the appropriate records - otherwise you won't get any search results.

Also: make sure you have your test environment using a different port number in @config/sphinx.yml@ - otherwise you won't be able to run Sphinx in your development environment _and_ your tests at the same time.
Also: make sure you have your test environment using a different port number in @config/sphinx.yml@ (which you may need to create if you haven't already). If this isn't done, then you won't be able to run Sphinx in your development environment _and_ your tests at the same time (as they'll both want to use the same port for Sphinx).

{% highlight yaml %}
test:
Expand Down

0 comments on commit bcc9e73

Please sign in to comment.