Sha256: 506ca9b0a1b051b9da3b9e20256765dfe7aaf7b0fabaedbb3e87fe8ae90c7616

Contents?: true

Size: 154 Bytes

Versions: 31

Compression:

Stored size: 154 Bytes

Contents

require 'test_helper'

class Superstore::ScopingTest < Superstore::TestCase
  test "scope" do
    assert_kind_of Superstore::Scope, Issue.scope
  end
end

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
superstore-2.4.4 test/unit/scoping_test.rb
superstore-2.4.3 test/unit/scoping_test.rb
superstore-2.4.2 test/unit/scoping_test.rb
superstore-2.4.1 test/unit/scoping_test.rb
superstore-2.4.0 test/unit/scoping_test.rb
superstore-2.3.0 test/unit/scoping_test.rb
superstore-2.2.0 test/unit/scoping_test.rb
superstore-2.1.3 test/unit/scoping_test.rb
superstore-2.1.2 test/unit/scoping_test.rb
superstore-2.1.1 test/unit/scoping_test.rb
superstore-2.1.0 test/unit/scoping_test.rb
superstore-2.0.1 test/unit/scoping_test.rb
superstore-2.0.0 test/unit/scoping_test.rb
superstore-1.2.0 test/unit/scoping_test.rb
superstore-1.1.4 test/unit/scoping_test.rb
superstore-1.1.3 test/unit/scoping_test.rb
superstore-1.1.2 test/unit/scoping_test.rb
superstore-1.1.1 test/unit/scoping_test.rb
superstore-1.1.0 test/unit/scoping_test.rb
superstore-1.0.12 test/unit/scoping_test.rb