Sha256: 2cd4b499fb492ab8458ce16ab7fc1dc38be3bb13f43f1c9298282f3dad29f9b6

Contents?: true

Size: 325 Bytes

Versions: 49

Compression:

Stored size: 325 Bytes

Contents

@bar = true

scope do
  @foo = true

  test "something" do
    assert defined?(@foo)
    assert !defined?(@bar)
  end
end

scope do
  test "something" do
    assert !defined?(@foo)
    assert !defined?(@bar)
  end
end

scope do
  @baz = true

  scope do
    test "something" do
      assert !defined?(@baz)
    end
  end
end

Version data entries

49 entries across 49 versions & 3 rubygems

Version Path
polizia-1.0.0 .gs/gems/cutest-1.2.3/test/scopes.rb
cutest-1.2.3 test/scopes.rb
cutest-1.2.2 test/scopes.rb
cutest-cj-1.8.1 test/scopes.rb
cutest-cj-1.8.0 test/scopes.rb
cutest-cj-1.7.1 test/scopes.rb
cutest-cj-1.7.0 test/scopes.rb
cutest-cj-1.6.4 test/scopes.rb
cutest-cj-1.6.3 test/scopes.rb
cutest-cj-1.6.2 test/scopes.rb
cutest-cj-1.6.1 test/scopes.rb
cutest-cj-1.6.0 test/scopes.rb
cutest-cj-1.5.1 test/scopes.rb
cutest-cj-1.5.0 test/scopes.rb
cutest-cj-1.4.0 test/scopes.rb
cutest-cj-1.3.9 test/scopes.rb
cutest-cj-1.3.8 test/scopes.rb
cutest-cj-1.3.7 test/scopes.rb
cutest-cj-1.3.6 test/scopes.rb
cutest-cj-1.3.5 test/scopes.rb