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 d3695a1 commit 43c3b50Copy full SHA for 43c3b50
spec/xcode_summary_spec.rb
@@ -131,13 +131,13 @@ module Danger
131
expect(@xcode_summary).to have_received(:warn).with(
132
instance_of(String),
133
sticky: false,
134
- file: 'Bla.m',
+ file: 'MyWeight/Bla.m',
135
line: 32
136
)
137
138
139
140
- file: 'ISO8601DateFormatter.m',
+ file: 'MyWeight/Pods/ISO8601DateFormatter/ISO8601DateFormatter.m',
141
line: 176
142
143
end
0 commit comments