From 1b1a79911a79b098a53adc527bafbafc920716e1 Mon Sep 17 00:00:00 2001 From: Kamil Trzcinski Date: Mon, 6 Jul 2015 13:31:04 +0200 Subject: Update annotations --- spec/models/runner_spec.rb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'spec/models/runner_spec.rb') diff --git a/spec/models/runner_spec.rb b/spec/models/runner_spec.rb index 6b90367..6902c0a 100644 --- a/spec/models/runner_spec.rb +++ b/spec/models/runner_spec.rb @@ -10,6 +10,11 @@ # contacted_at :datetime # active :boolean default(TRUE), not null # is_shared :boolean default(FALSE) +# name :string(255) +# version :string(255) +# revision :string(255) +# platform :string(255) +# architecture :string(255) # require 'spec_helper' -- cgit v1.2.1