thingspeak/spec/factories/chart_window.rb
2014-02-17 12:05:39 -05:00

11 lines
201 B
Ruby

# Read about factories at http://github.com/thoughtbot/factory_girl
FactoryGirl.define do
factory :chart_window do
channel_id 1
position 1
html "<iframe src=\"/\"/>"
col 0
end
end