Skip to content

Commit

Permalink
Fixes #17494 - Remove stray end statement
Browse files Browse the repository at this point in the history
  • Loading branch information
abhaykadam authored and tbrisker committed Nov 27, 2016
1 parent 6695a55 commit ee7d140
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/models/nics/managed_test.rb
Expand Up @@ -100,7 +100,6 @@ class ManagedTest < ActiveSupport::TestCase
n = h.interfaces.build :mac => '', :attached_to => 'eth0'
assert_equal '11:22:33:44:55:66', n.inheriting_mac
end
end

context "there is a domain" do
setup do
Expand Down

0 comments on commit ee7d140

Please sign in to comment.