Skip to content

Commit 2386fc5

Browse files
test(slack-bot): update hello text test
1 parent 924b351 commit 2386fc5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

spec/slack_command_spec.rb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
require_relative './../lib/command/slack_crawler'
22

3-
hello_text = Hello
4-
53
describe Hello do
64
describe '#say_hello' do
75
it 'should return the string Heyyy, ready for some humors?' do
8-
expect(hello_text.say_hello).to eq('Heyyy, ready for some humors?')
6+
expect(Hello.say_hello).to eq('Heyyy, ready for some humors?')
97
end
108
end
119
end

0 commit comments

Comments
 (0)