From 7379daad1c73bd3610ed296436250b417ac3673d Mon Sep 17 00:00:00 2001 From: hukl Date: Thu, 10 Feb 2011 14:19:00 +0100 Subject: removed thinking_sphinx plugin and replaced it with gem. also tuned dependencies --- .../features/attribute_transformation.feature | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 vendor/plugins/thinking-sphinx/features/attribute_transformation.feature (limited to 'vendor/plugins/thinking-sphinx/features/attribute_transformation.feature') diff --git a/vendor/plugins/thinking-sphinx/features/attribute_transformation.feature b/vendor/plugins/thinking-sphinx/features/attribute_transformation.feature deleted file mode 100644 index d987bbd4..00000000 --- a/vendor/plugins/thinking-sphinx/features/attribute_transformation.feature +++ /dev/null @@ -1,22 +0,0 @@ -Feature: Handle not-quite-supported column types as attributes - In order for Thinking Sphinx to be more understanding with model structures - The plugin - Should be able to use translatable columns as attributes - - Scenario: Decimals as floats - Given Sphinx is running - And I am searching on alphas - When I filter between 1.0 and 3.0 on cost - Then I should get 2 results - - Scenario: Dates as Datetimes - Given Sphinx is running - And I am searching on alphas - When I filter between 1 and 3 days ago on created_on - Then I should get 2 results - - Scenario: Timestamps as Datetimes - Given Sphinx is running - And I am searching on alphas - When I filter between 1 and 3 days ago on created_at - Then I should get 2 results \ No newline at end of file -- cgit v1.3