Sha256: f275c55acb068a110db2ea9132bb74e3b649df418f7dbb6be7f6bf1715fc65c4

Contents?: true

Size: 286 Bytes

Versions: 1

Compression:

Stored size: 286 Bytes

Contents

require "test_helper"

class RemotelyExceptionalTest < RemotelyExceptional::TestCase
  Subject = RemotelyExceptional

  subject { Subject }

  context Subject.name do
    should "be defined" do
      assert defined?(subject), "Expected #{subject.name} to be defined!"
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
remotely_exceptional-0.0.1 test/unit/remotely_exceptional_test.rb