Sha256: b439d645075923de9734dbe1c54e6ae70e80fa04e579fa1d05ca5d3c924631ce
Contents?: true
Size: 190 Bytes
Versions: 12
Compression:
Stored size: 190 Bytes
Contents
require_relative 'spec_helper' class TestTestSpec < AppyApp::TestCase it "can be instantiated" do model = TestTest.new model.must_be_instance_of(TestTest) end end
Version data entries
12 entries across 12 versions & 1 rubygems