Given the file "objects/TestObject__c.object" doesn't exist in my current directory
features/step_definitions/object_steps.rb:5
When I successfully run `apexgen object TestObject SomeField:Geolocation AnotherField:Number`
aruba-0.5.1/lib/aruba/cucumber.rb:71
Then a file named "objects/TestObject__c.object" should exist in my current directory
features/step_definitions/object_steps.rb:9
And the file "objects/TestObject__c.object" in my current directory should contain "<fullName>Some_Field__c"
features/step_definitions/object_steps.rb:13
And the file "objects/TestObject__c.object" in my current directory should contain "<label>Some Field"
features/step_definitions/object_steps.rb:13
And the file "objects/TestObject__c.object" in my current directory should contain "<type>Location"
features/step_definitions/object_steps.rb:13
And the file "objects/TestObject__c.object" in my current directory should contain "<displayLocationInDecimal>false"
features/step_definitions/object_steps.rb:13
And the file "objects/TestObject__c.object" in my current directory should contain "<fullName>Another_Field__c"
features/step_definitions/object_steps.rb:13
And the file "objects/TestObject__c.object" in my current directory should contain "<label>Another Field"
features/step_definitions/object_steps.rb:13
And the file "objects/TestObject__c.object" in my current directory should contain "<type>Number"
features/step_definitions/object_steps.rb:13
And the file "objects/TestObject__c.object" in my current directory should contain "<precision>18"
features/step_definitions/object_steps.rb:13