Skip to content

Commit

Permalink
Merge pull request #42 from orthographic-pedant/spell_check/beginning
Browse files Browse the repository at this point in the history
Fix typographical error(s)
  • Loading branch information
dcrec1 committed Oct 5, 2015
2 parents a992d3d + d04c31d commit 20900d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ ActsAsSolr implements in SearchResults class an interface compatible with will_p
In your tests
======
To test code that uses `acts_as_solr` you must start a Solr server for the test environment.
You can add to the beggining of your test/test_helper.rb the code:
You can add to the beginning of your test/test_helper.rb the code:

ENV["RAILS_ENV"] = "test"
abort unless system 'rake solr:start'
Expand Down

0 comments on commit 20900d1

Please sign in to comment.