Sha256: 5712dbbfb15f9792aebe97afc6fc727b813d78285d10ed17bd60c0f5e0c03e1c

Contents?: true

Size: 243 Bytes

Versions: 27

Compression:

Stored size: 243 Bytes

Contents

require "test_helper"

class FixturesTest < ActiveSupport::TestCase

  context "The Test Suite" do
    should "load the fixtures defined in this engine" do
      assert Project["test"], "Expected to find the 'test' project"
    end
  end

end

Version data entries

27 entries across 27 versions & 3 rubygems

Version Path
houston-core-0.9.2 templates/new-module/test/unit/fixtures_test.rb
houston-core-0.9.1 templates/new-module/test/unit/fixtures_test.rb
houston-core-0.9.0 templates/new-module/test/unit/fixtures_test.rb
houston-core-0.9.0.rc1 templates/new-module/test/unit/fixtures_test.rb
houston-core-0.8.4 templates/new-module/test/unit/fixtures_test.rb
houston-core-0.8.3 templates/new-module/test/unit/fixtures_test.rb
houston-core-0.8.2 templates/new-module/test/unit/fixtures_test.rb
houston-core-0.8.1 templates/new-module/test/unit/fixtures_test.rb
houston-core-0.8.0 templates/new-module/test/unit/fixtures_test.rb
houston-core-0.8.0.pre2 templates/new-module/test/unit/fixtures_test.rb
houston-core-0.8.0.pre templates/new-module/test/unit/fixtures_test.rb
houston-core-0.7.0 templates/new-module/test/unit/fixtures_test.rb
houston-core-0.7.0.beta4 templates/new-module/test/unit/fixtures_test.rb
houston-core-0.7.0.beta3 templates/new-module/test/unit/fixtures_test.rb
houston-conversations-0.1.0 test/unit/fixtures_test.rb
houston-core-0.7.0.beta2 templates/new-module/test/unit/fixtures_test.rb
houston-core-0.7.0.beta templates/new-module/test/unit/fixtures_test.rb
houston-core-0.6.3 templates/new-module/test/unit/fixtures_test.rb
houston-roadmaps-0.1.0 test/unit/fixtures_test.rb
houston-core-0.6.2 templates/new-module/test/unit/fixtures_test.rb