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-1.0.11 test/unit/scoping_test.rb
superstore-1.0.10 test/unit/scoping_test.rb
superstore-1.0.9 test/unit/scoping_test.rb
superstore-1.0.8 test/unit/scoping_test.rb
superstore-1.0.7 test/unit/scoping_test.rb
superstore-1.0.6 test/unit/scoping_test.rb
superstore-1.0.5 test/unit/scoping_test.rb
superstore-1.0.4 test/unit/scoping_test.rb
superstore-1.0.3 test/unit/scoping_test.rb
superstore-1.0.2 test/unit/scoping_test.rb
superstore-1.0.0 test/unit/scoping_test.rb