Sha256: 27281cfff475141a2639150ea2269c8893651895cbf0903556453072db1699fe

Contents?: true

Size: 202 Bytes

Versions: 5

Compression:

Stored size: 202 Bytes

Contents

require 'test_helper'

class ScenarioTest < ActiveSupport::TestCase

  should validate_presence_of :title

  should belong_to :story
  should have_many :preconditions
  should have_many :outcomes

end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
branston-0.6.6 lib/branston/test/unit/scenario_test.rb
branston-0.6.5 lib/branston/test/unit/scenario_test.rb
branston-0.6.4 lib/branston/test/unit/scenario_test.rb
branston-0.6.3 lib/branston/test/unit/scenario_test.rb
branston-0.6.2 lib/branston/test/unit/scenario_test.rb