Skip to content

Commit

Permalink
Update tmj_create_test_formatter.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
frbk authored May 18, 2017
1 parent 6b1cfc0 commit e4d3740
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/tmj_create_test_formatter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ def line_number(example)
end

def process_example(example)
binding.pry
{
"projectKey": "#{TMJFormatter.config.project_id}",
"name": "#{example.metadata[:description]}",
Expand All @@ -59,4 +58,4 @@ def process_steps(examole)

end

# TODO: be able to update test case.
# TODO: be able to update test case.

0 comments on commit e4d3740

Please sign in to comment.