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