Sha256: a9ff7fd67863ac8745a9ae035c1b4ebba2aa183deb1ec4c6cc15da0a83498240

Contents?: true

Size: 265 Bytes

Versions: 5

Compression:

Stored size: 265 Bytes

Contents

require 'helper'

class SimpleAssertionsTest < Spec
  context :all do
    let(:all) { SimpleAssertions.all }

    test "returns all autoloaded modules except VERSION" do
      refute all.empty?
      refute all.include?(SimpleAssertions::VERSION)
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
simple_assertions-0.4.1 test/simple_assertions_test.rb
simple_assertions-0.4.0 test/simple_assertions_test.rb
simple_assertions-0.3.2 test/simple_assertions_test.rb
simple_assertions-0.3.1 test/simple_assertions_test.rb
simple_assertions-0.3.0 test/simple_assertions_test.rb