spec/tasks_spec.rb in slackistrano-0.1.11 vs spec/tasks_spec.rb in slackistrano-0.1.12
- old
+ new
@@ -60,9 +60,11 @@
expected_channel = channel_for_stage || 'channel'
attachment = {
text: 'text message',
color: color,
+ fields: [],
+ fallback: nil,
mrkdwn_in: [:text, :pretext]
}.reject{|k,v| v.nil?}
expect(Slackistrano).to receive(:post).with(
team: 'team',