Sha256: cf3f1ec124a21f52a6be717357d667b64f09789887f8c05fa8fcdab98cdb7f89

Contents?: true

Size: 181 Bytes

Versions: 26

Compression:

Stored size: 181 Bytes

Contents

scope "another scope" do
  test do
    raise "This is not raised"
  end
end

scope "scope" do
  test "test" do
    assert true
  end

  test do
    raise "This is raised"
  end
end

Version data entries

26 entries across 26 versions & 3 rubygems

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