Sha256: 7ee886df0be1b11815d245f7677f979992dd2507d1fd1d283ab2520537098339
Contents?: true
Size: 290 Bytes
Versions: 35
Compression:
Stored size: 290 Bytes
Contents
require 'spec_helper' describe HighFive::AndroidHelper do it 'should be able to extract the project name from a build.xml' do name = HighFive::AndroidHelper.project_name_from_build_xml(File.join(File.dirname(__FILE__), "dummy", "build.xml")) name.should eq 'Fake Name' end end
Version data entries
35 entries across 35 versions & 1 rubygems