diff options
Diffstat (limited to 'spec/models/runner_spec.rb')
-rw-r--r-- | spec/models/runner_spec.rb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/spec/models/runner_spec.rb b/spec/models/runner_spec.rb index ef04222..97d5e54 100644 --- a/spec/models/runner_spec.rb +++ b/spec/models/runner_spec.rb @@ -1,3 +1,14 @@ +# == Schema Information +# +# Table name: runners +# +# id :integer not null, primary key +# token :string(255) +# public_key :text +# created_at :datetime not null +# updated_at :datetime not null +# + require 'spec_helper' describe Runner do |