Skip to content

Commit

Permalink
Merge pull request #14457 from mkanoor/svc_model_href_slug
Browse files Browse the repository at this point in the history
The Service model href_slug
  • Loading branch information
gmcculloug authored Mar 22, 2017
2 parents 3703d4e + a69fcfb commit b861ace
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec/lib/miq_automation_engine/miq_ae_service_model_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@
expect(@ae_vm.associations).to be_kind_of(Array)
end

it "href_slug" do
expect(@vm.href_slug).to eq(@ae_vm.href_slug)
end

describe "#tag_assign" do
let(:category) { FactoryGirl.create(:classification) }
let(:tag) { FactoryGirl.create(:classification_tag, :parent_id => category.id) }
Expand Down

0 comments on commit b861ace

Please sign in to comment.