Commit e176536ec1b8719e7962ee981b1988f70af92c2b
1 parent
8867b198
Exists in
master
and in
22 other branches
Removed 'skip_captcha' from CategoryFinderTest
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
test/unit/category_finder_test.rb
... | ... | @@ -9,7 +9,8 @@ class CategoryFinderTest < ActiveSupport::TestCase |
9 | 9 | @product_category = fast_create(ProductCategory, :name => 'Products') |
10 | 10 | |
11 | 11 | Profile.rebuild_index |
12 | - Comment.skip_captcha! | |
12 | +# This doesn't exist/never existed; either we remove or implement? | |
13 | +# Comment.skip_captcha! | |
13 | 14 | end |
14 | 15 | |
15 | 16 | should 'search for articles in a specific category' do | ... | ... |