thingspeak/spec/factories/plugin.rb

12 lines
178 B
Ruby
Raw Permalink Normal View History

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