18 lines
293 B
Ruby
18 lines
293 B
Ruby
# == 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
|