Commit 5c941b19 authored by Samuel Giddins's avatar Samuel Giddins

[Project] Add spec for Podfile explicit file type

parent 42c8905f
......@@ -374,6 +374,7 @@ module Pod
f = @project['Podfile']
f.source_tree.should == 'SOURCE_ROOT'
f.xc_language_specification_identifier.should == 'xcode.lang.ruby'
f.explicit_file_type.should == 'text.script.ruby'
f.path.should == '../Podfile'
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment