Skip to content

Commit

Permalink
Rubocopped.
Browse files Browse the repository at this point in the history
  • Loading branch information
stevieing committed Mar 9, 2021
1 parent 3fb76ca commit bfd8e87
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion app/controllers/process_plates_controller.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# frozen_string_literal: true
class ProcessPlatesController < ApplicationController

skip_before_action :configure_api, except: [:create]

attr_accessor :messages
Expand Down
1 change: 0 additions & 1 deletion config/environments/test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,4 @@
config.active_support.test_order = :random

config.admin_email = '[email protected]'

end
2 changes: 0 additions & 2 deletions test/controllers/process_plates_controller_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,5 @@ class ProcessPlatesControllerTest < ActiveSupport::TestCase
assert_equal(ProcessPlatesController.new.sanitize_barcodes('123 123 456'), %w[123 456])
assert_equal(ProcessPlatesController.new.sanitize_barcodes("123\n456"), %w[123 456])
end

end

end

0 comments on commit bfd8e87

Please sign in to comment.