Sha256: c19c928acdfd2e02883b054ecc21e7d4cf0cf77c44676ee1f99838155462dead
Contents?: true
Size: 369 Bytes
Versions: 5
Compression:
Stored size: 369 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '/spec_helper') describe "Things" do it "should load appropriate classes and modules" do lambda do Things::App Things::Todo Things::List Things::Status Things::Area Things::Project Things::Tag Things::Person end.should_not raise_error(NameError) end end
Version data entries
5 entries across 5 versions & 1 rubygems