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 7466a76 commit 2ee56e1Copy full SHA for 2ee56e1
spec/integration/teams_spec.rb
@@ -30,6 +30,7 @@
30
it 'includes optional parameter' do
31
expect(SlackRubyBotServer::Service.instance).to receive(:create!).with(instance_of(Team), { state: 'property' })
32
visit '/?v1&code=code&state=property'
33
+ expect(page.find('#messages')).to have_content 'Team successfully registered!'
34
end
35
36
context 'homepage' do
@@ -60,6 +61,7 @@
60
61
62
63
visit '/?v2&code=code&state=property'
64
65
66
67
0 commit comments