Skip to content

Commit

Permalink
Remove deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
plu committed Nov 8, 2017
1 parent 6985e27 commit 2b68127
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions lib/xcpretty/formatters/formatter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -185,14 +185,6 @@ def format_device_test_suite_started(name, device)
format_test_suite_started(name)
end

deprecate :format_passing_test, :format_passing_device_test, 2017, 10
deprecate :format_pending_test, :format_pending_device_test, 2017, 10
deprecate :format_failing_test, :format_failing_device_test, 2017, 10
deprecate :format_test_run_started,
:format_device_test_run_started, 2017, 10
deprecate :format_test_suite_started,
:format_device_test_suite_started, 2017, 10

private

def format_failures(failures_per_suite)
Expand Down

0 comments on commit 2b68127

Please sign in to comment.