README says that command for creating a ticket is: project.ticket.create(:summary => "Test", :description => "Hello World") specs say it's @project.ticket!(:title => 'Ticket #12', :description => 'Body') which one should I use?
README says that command for creating a ticket is:
project.ticket.create(:summary => "Test", :description => "Hello World")
specs say it's
@project.ticket!(:title => 'Ticket #12', :description => 'Body')
which one should I use?