Skip to content

Commit a82a615

Browse files
committed
Removes commented lines
1 parent de370e0 commit a82a615

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

spec/controllers/miq_ae_class_controller_spec.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
id = "aec-#{cls.id}"
2525
fq_name = cls.fqname
2626
controller.send(:set_right_cell_text, id, cls)
27-
# expect(assigns(:sb)[:namespace_path]).to eq(fq_name.gsub!(%r{\/}, " / "))
2827
expect(assigns(:sb)[:namespace_path]).to eq(fq_name)
2928

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

0 commit comments

Comments
 (0)