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

12 lines
217 B
Ruby

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