diff --git a/Changelog.md b/Changelog.md index 29bab8493..bb31193ba 100644 --- a/Changelog.md +++ b/Changelog.md @@ -8,6 +8,7 @@ * Reduce conversation recipient size [#7376](https://github.com/diaspora/diaspora/pull/7376) * Cleanup rtl css [#7374](https://github.com/diaspora/diaspora/pull/7374) * Increase visual spacing between list items [#7401](https://github.com/diaspora/diaspora/pull/7401) +* Remove unused gem and cucumber step [#7410](https://github.com/diaspora/diaspora/pull/7410) ## Bug fixes * Don't hide posts when blocking someone from the profile [#7379](https://github.com/diaspora/diaspora/pull/7379) diff --git a/features/step_definitions/web_steps.rb b/features/step_definitions/web_steps.rb index 74c1d0b42..f2c564c8f 100644 --- a/features/step_definitions/web_steps.rb +++ b/features/step_definitions/web_steps.rb @@ -95,13 +95,6 @@ When /^(?:|I )attach the file "([^"]*)" to (?:hidden )?"([^"]*)"(?: within "([^" end end -Then /^(?:|I )should see JSON:$/ do |expected_json| - require 'json' - expected = JSON.pretty_generate(JSON.parse(expected_json)) - actual = JSON.pretty_generate(JSON.parse(response.body)) - expected.should == actual -end - Then /^(?:|I )should see (\".+?\"[\s]*)(?:[\s]+within[\s]* "([^"]*)")?$/ do |vars, selector| vars.scan(/"([^"]+?)"/).flatten.each do |text| with_scope(selector) do