We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aad5498 commit d061163Copy full SHA for d061163
spec/system/supervisors/new_spec.rb
@@ -45,7 +45,7 @@
45
it "persists the new supervisor with correct attributes", :aggregate_failures do
46
expect(new_supervisor).to be_present
47
expect(new_supervisor.display_name).to eq(new_supervisor_name)
48
- expect(new_supervisor.phone_number).to eq(new_supervisor_phone_number)
+ expect(new_supervisor.phone_number).to end_with(new_supervisor_phone_number)
49
expect(new_supervisor.supervisor?).to be(true)
50
expect(new_supervisor.active?).to be(true)
51
end
0 commit comments