Commit e038c3b7ec42fbadfcc16f3e1cfdae69296633de
1 parent
35dad7d7
Exists in
master
and in
21 other branches
Use test environment
Showing
2 changed files
with
4 additions
and
2 deletions
Show diff stats
test/index_test.rb
... | ... | @@ -3,8 +3,8 @@ require_relative "test_helper" |
3 | 3 | class TestIndex < Minitest::Unit::TestCase |
4 | 4 | |
5 | 5 | def test_clean_indices |
6 | - old_index = Tire::Index.new("products_development_20130801000000") | |
7 | - different_index = Tire::Index.new("items_development_20130801000000") | |
6 | + old_index = Tire::Index.new("products_test_20130801000000") | |
7 | + different_index = Tire::Index.new("items_test_20130801000000") | |
8 | 8 | |
9 | 9 | # create indexes |
10 | 10 | old_index.create | ... | ... |