thingspeak/spec/factories/plugin.rb
2014-10-16 10:43:21 -04:00

12 lines
178 B
Ruby

FactoryGirl.define do
factory :plugin do
name "Plugin Name"
user_id 1
html = "<html/>"
css = "<style/>"
js = "<script/>"
public_flag = false
end
end