Sha256: 0cc34eb18aecde28dbddca510171877087cd7acdf15a8b56ddac73b72099a102
Contents?: true
Size: 199 Bytes
Versions: 3
Compression:
Stored size: 199 Bytes
Contents
require 'bait/objective_c/project' describe Bait::ObjectiveC::Project do subject { Bait::ObjectiveC::Project.new "/" } it { should respond_to :h_files } it { should respond_to :m_files } end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
bait-0.3.2 | spec/lib/bait/objective_c/project_spec.rb |
bait-0.3.1 | spec/lib/bait/objective_c/project_spec.rb |
bait-0.3.0 | spec/lib/bait/objective_c/project_spec.rb |