Skip to content

Commit

Permalink
remove test for dropped method
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Jul 1, 2019
1 parent 6bc4572 commit fc86872
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions test/routines_test.rb
Expand Up @@ -102,16 +102,6 @@ def initialize
end
end

describe "hwlist2items" do
subject(:routines) { RoutinesTestClass.new }
let(:list) { [{ "name" => "x" }, { "name" => "y" }] }

it "creates a list of Items from given array" do
expect(routines.hwlist2items(list, 1))
.to match_array([Item(Id(0), "x", false), Item(Id(1), "y", true)])
end
end

describe "physical_port_id" do
subject(:routines) { RoutinesTestClass.new }
let(:phys_port_id) { "physical_port_id" }
Expand Down

0 comments on commit fc86872

Please sign in to comment.