pgfqe6ch8/spec/factories/websshes.rb

11 lines
135 B

FactoryGirl.define do
factory :webssh do
myshixun_id 1
host "MyString"
port 1
username "MyString"
password "MyString"
end
end