You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ Feature: Books
38
38
Given a book exists with a title of "Of Mice and Men"
39
39
```
40
40
41
-
If you feature is not tagged with @search the environment will use a sunspot test proxy object which will silently swallow all requests.
41
+
If your feature is not tagged with @search the environment will use a sunspot test proxy object which will silently swallow all requests.
42
42
43
43
Starting solr will depend on your settings in `config/sunspot.yml` (though this configuration file is optional). If you run into issues remember to look for existing java processes, starting solr may conflict with existing instances. You can also check out http://collectiveidea.com/blog/archives/2011/05/25/testing-with-sunspot-and-cucumber/ which contains a little more information.
0 commit comments