Skip to content

Commit

Permalink
Update root_object_spec.rb test case
Browse files Browse the repository at this point in the history
Co-authored-by: Danielle <[email protected]>
  • Loading branch information
Brett-Best and endocrimes authored May 16, 2024
1 parent 46dbdb1 commit 8c6dab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/project/object/root_object_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ module ProjectSpecs
@root_object.main_group.class.should == PBXGroup
end

it 'returns whether minimizes project reference proxies' do
it 'returns whether the project minimized project reference proxies' do
@root_object.minimized_project_reference_proxies.should == '0'
end

Expand Down

0 comments on commit 8c6dab1

Please sign in to comment.