Sha256: 2b18e05a3ec32b3cdfff52fdbdd75ebb4b737e300f2e2f4ac8df4259df352dd1
Contents?: true
Size: 478 Bytes
Versions: 5
Compression:
Stored size: 478 Bytes
Contents
shared_examples "compilable" do it { should respond_to :compiler_target_files } it { should respond_to :compiler_include_paths } it { should respond_to :compiler_library_paths } it { should respond_to :compiler_module_paths } its(:compiler_target_files) { should be_an Array } its(:compiler_include_paths) { should be_an Array } its(:compiler_library_paths) { should be_an Array } its(:compiler_module_paths) { should be_an Array } end
Version data entries
5 entries across 5 versions & 1 rubygems