Commit e7ef0e28 authored by Dallas Reedy's avatar Dallas Reedy

Fix examples in Snowplow testing best practices docs

parent 5774f6f5
......@@ -911,14 +911,16 @@ describe '#show', :snowplow do
expect_snowplow_event(
category: 'Experiment',
action: 'start',
standard_context: { namespace: group, project: project }
namespace: group,
project: project
)
expect_snowplow_event(
category: 'Experiment',
action: 'sent',
property: 'property',
label: 'label',
standard_context: { namespace: group, project: project }
namespace: group,
project: project
)
end
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment