Skip to content

Commit

Permalink
Merge pull request ManageIQ#16665 from d-m-u/stats_for_day
Browse files Browse the repository at this point in the history
Changes label to name
  • Loading branch information
bdunne authored Dec 14, 2017
2 parents 8ae4f1a + 54d32bd commit 1c72fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/factories/dialog.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FactoryGirl.define do
factory :dialog do
sequence(:label) { |n| "Dialog #{n}" }
sequence(:name) { |n| "Dialog #{n}" }

# HACK: This is required because we were previously depending on rspec-mocks'
# .stub monkeypatch here; the monkeypatch has since been removed and rspec-mocks
Expand Down

0 comments on commit 1c72fba

Please sign in to comment.