web/test/fixtures/benchmark_durations.yml
changeset 44 0429d91be03e
equal deleted inserted replaced
43:a2606a0342cf 44:0429d91be03e
       
     1 # == Schema Information
       
     2 #
       
     3 # Table name: benchmark_durations
       
     4 #
       
     5 #  id                  :integer          not null, primary key
       
     6 #  benchmark_result_id :integer
       
     7 #  duration            :integer
       
     8 #  created_at          :datetime
       
     9 #  updated_at          :datetime
       
    10 #
       
    11 
       
    12 # Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
       
    13 
       
    14 one:
       
    15   benchmark_result_id: 1
       
    16   duration: 1
       
    17 
       
    18 two:
       
    19   benchmark_result_id: 1
       
    20   duration: 1