Sha256: 8f5b6ecadbe4eb71d2614f6c3891c9728c23430195d9c66cf2b7f684ccc8e96a
Contents?: true
Size: 272 Bytes
Versions: 16
Compression:
Stored size: 272 Bytes
Contents
require 'test_helper' class IterationTest < ActiveSupport::TestCase should_validate_presence_of :name, :velocity should_have_many :stories should_have_many :geeks, :through => :participations should_have_many :participations should_belong_to :release end
Version data entries
16 entries across 16 versions & 1 rubygems