spec/models/routines_spec.rb in netsuite_rails-0.3.5 vs spec/models/routines_spec.rb in netsuite_rails-0.3.6
- old
+ new
@@ -5,10 +5,10 @@
# the tests + implementation may still not be correct.
describe NetSuiteRails::Routines do
describe '#company_contact_match' do
it "matches on first and last name first" do
-
+ # CompanyContactMatch.match
end
it "matches on email if no name match is found" do
end