Sha256: f028c7d53d72f975304250f4bc23c9d4d03579701e72ee27fc5facde7b086f73

Contents?: true

Size: 272 Bytes

Versions: 2

Compression:

Stored size: 272 Bytes

Contents

require 'helper'
class StiModelTest < ActiveSupport::TestCase
  setup do
    @big_company = BigCompany.new
  end

  test "should get steps from parent class" do
    assert_equal  @big_company.stepper_steps, ["step1", "step2", "step3", "step4", "step5", "step6"]
  end

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
stepper-0.0.4 test/models/sti_test.rb
stepper-0.0.3 test/models/sti_test.rb