Navigation Menu

Skip to content

Commit

Permalink
Remove needless codes
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 19, 2013
1 parent b700f75 commit fc786f6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/plugin/test_handler_search.rb
Expand Up @@ -356,7 +356,6 @@ def test_static_value

class FormatTest < self
def test_complex
expected =
request = {
"queries" => {
"sections-result" => {
Expand All @@ -376,7 +375,6 @@ def test_complex
end

def test_simple
expected =
request = {
"queries" => {
"sections-result" => {
Expand All @@ -396,7 +394,6 @@ def test_simple
end

def test_default
expected =
request = {
"queries" => {
"sections-result" => {
Expand Down

0 comments on commit fc786f6

Please sign in to comment.