thingspeak/spec/models/failedlogin_spec.rb

18 lines
293 B
Ruby
Raw Normal View History

# == Schema Information
#
# Table name: failedlogins
#
# id :integer not null, primary key
# login :string(255)
# password :string(255)
# ip_address :string(255)
# created_at :datetime
# updated_at :datetime
#
require 'spec_helper'
describe Failedlogin do
end