Commit e70dbfbe authored by Jose Ivan Vargas's avatar Jose Ivan Vargas

Changed FactoryGirl to FactoryBot

parent 8b793126
FactoryGirl.define do FactoryBot.define do
factory :prometheus_metric, class: PrometheusMetric do factory :prometheus_metric, class: PrometheusMetric do
title 'title' title 'title'
query 'avg(metric)' query 'avg(metric)'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment