Skip to content

Commit

Permalink
Removes commented lines
Browse files Browse the repository at this point in the history
  • Loading branch information
elsamaryv committed Dec 17, 2024
1 parent de370e0 commit a82a615
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spec/controllers/miq_ae_class_controller_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
id = "aec-#{cls.id}"
fq_name = cls.fqname
controller.send(:set_right_cell_text, id, cls)
# expect(assigns(:sb)[:namespace_path]).to eq(fq_name.gsub!(%r{\/}, " / "))
expect(assigns(:sb)[:namespace_path]).to eq(fq_name)

id = "root"
Expand Down Expand Up @@ -292,7 +291,6 @@
:active_tree => :ae_tree,
:trees => {:ae_tree => {:active_node => node}})
controller.send(:get_node_info, node)
# expect(assigns(:sb)[:namespace_path]).to eq(ns1.fqname.gsub!(%r{\/}, " / "))
expect(assigns(:sb)[:namespace_path]).to eq(ns1.fqname)
end
end
Expand Down

0 comments on commit a82a615

Please sign in to comment.