0
@@ -37,6 +37,7 @@ test/integration/app/app/helpers/application_helper.rb
0
test/integration/app/app/helpers/sellers_helper.rb
0
test/integration/app/app/helpers/states_helper.rb
0
test/integration/app/app/helpers/users_helper.rb
0
+test/integration/app/app/models/category.rb
0
test/integration/app/app/models/geo/address.rb
0
test/integration/app/app/models/geo/country.rb
0
test/integration/app/app/models/geo/state.rb
0
@@ -71,7 +72,6 @@ test/integration/app/config/environments/test.rb
0
test/integration/app/config/locomotive.yml
0
test/integration/app/config/routes.rb
0
test/integration/app/config/ultrasphinx/default.base
0
-test/integration/app/config/ultrasphinx/development.conf
0
test/integration/app/config/ultrasphinx/development.conf.canonical
0
test/integration/app/db/migrate/001_create_users.rb
0
test/integration/app/db/migrate/002_create_sellers.rb
0
@@ -82,7 +82,8 @@ test/integration/app/db/migrate/006_add_deleted_to_user.rb
0
test/integration/app/db/migrate/007_add_lat_and_long_to_address.rb
0
test/integration/app/db/migrate/008_add_mission_statement_to_seller.rb
0
test/integration/app/db/migrate/009_create_countries.rb
0
-test/integration/app/db/schema.rb
0
+test/integration/app/db/migrate/010_create_categories.rb
0
+test/integration/app/db/migrate/011_categories_sellers.rb
0
test/integration/app/doc/README_FOR_APP
0
test/integration/app/public/404.html
0
test/integration/app/public/500.html
0
@@ -115,6 +116,8 @@ test/integration/app/script/process/spawner
0
test/integration/app/script/runner
0
test/integration/app/script/server
0
test/integration/app/test/fixtures/addresses.yml
0
+test/integration/app/test/fixtures/categories.yml
0
+test/integration/app/test/fixtures/categories_sellers.yml
0
test/integration/app/test/fixtures/countries.yml
0
test/integration/app/test/fixtures/sellers.yml
0
test/integration/app/test/fixtures/states.yml
0
@@ -125,6 +128,7 @@ test/integration/app/test/functional/states_controller_test.rb
0
test/integration/app/test/functional/users_controller_test.rb
0
test/integration/app/test/test_helper.rb
0
test/integration/app/test/unit/address_test.rb
0
+test/integration/app/test/unit/category_test.rb
0
test/integration/app/test/unit/country_test.rb
0
test/integration/app/test/unit/seller_test.rb
0
test/integration/app/test/unit/state_test.rb
0
@@ -153,6 +157,7 @@ vendor/riddle/README
0
vendor/riddle/spec/fixtures/data/anchor.bin
0
vendor/riddle/spec/fixtures/data/any.bin
0
vendor/riddle/spec/fixtures/data/boolean.bin
0
+vendor/riddle/spec/fixtures/data/comment.bin
0
vendor/riddle/spec/fixtures/data/distinct.bin
0
vendor/riddle/spec/fixtures/data/field_weights.bin
0
vendor/riddle/spec/fixtures/data/filter.bin
0
@@ -166,6 +171,8 @@ vendor/riddle/spec/fixtures/data/filter_range_exclude.bin
0
vendor/riddle/spec/fixtures/data/group.bin
0
vendor/riddle/spec/fixtures/data/index.bin
0
vendor/riddle/spec/fixtures/data/index_weights.bin
0
+vendor/riddle/spec/fixtures/data/keywords_with_hits.bin
0
+vendor/riddle/spec/fixtures/data/keywords_without_hits.bin
0
vendor/riddle/spec/fixtures/data/phrase.bin
0
vendor/riddle/spec/fixtures/data/rank_mode.bin
0
vendor/riddle/spec/fixtures/data/simple.bin
0
@@ -179,6 +186,7 @@ vendor/riddle/spec/fixtures/sql/conf.example.yml
0
vendor/riddle/spec/fixtures/sql/data.sql
0
vendor/riddle/spec/fixtures/sql/structure.sql
0
vendor/riddle/spec/functional/excerpt_spec.rb
0
+vendor/riddle/spec/functional/keywords_spec.rb
0
vendor/riddle/spec/functional/search_spec.rb
0
vendor/riddle/spec/functional/update_spec.rb
0
vendor/riddle/spec/spec_helper.rb