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/step_definitions/gamma_steps.rb | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 vendor/plugins/thinking-sphinx/features/step_definitions/gamma_steps.rb (limited to 'vendor/plugins/thinking-sphinx/features/step_definitions/gamma_steps.rb') diff --git a/vendor/plugins/thinking-sphinx/features/step_definitions/gamma_steps.rb b/vendor/plugins/thinking-sphinx/features/step_definitions/gamma_steps.rb deleted file mode 100644 index c4fbe20d..00000000 --- a/vendor/plugins/thinking-sphinx/features/step_definitions/gamma_steps.rb +++ /dev/null @@ -1,15 +0,0 @@ -When /^I destroy gamma (\w+) without callbacks$/ do |name| - @results = nil - gamma = Gamma.find_by_name(name) - Gamma.delete(gamma.id) if gamma -end - -Then "I should get a single result of nil" do - results.should == [nil] -end - -Then /^I should get a single gamma result with a name of (\w+)$/ do |name| - results.length.should == 1 - results.first.should be_kind_of(Gamma) - results.first.name.should == name -end -- cgit v1.3