capistrano-lingr 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/capistrano/lingr/version.rb +1 -1
- data/spec/capistrano/lingr_spec.rb +1 -2
- metadata +1 -1
@@ -25,7 +25,6 @@ describe Capistrano::Lingr do
|
|
25
25
|
end
|
26
26
|
|
27
27
|
it 'succeed to post' do
|
28
|
-
#url = %r|.*lingr.com/api/room/say\?room=.*&bot=.*&text=.*&bot_verifier=.*|
|
29
28
|
url = {
|
30
29
|
:room => 'room_id',
|
31
30
|
:bot => 'bot_id',
|
@@ -44,5 +43,5 @@ describe Capistrano::Lingr do
|
|
44
43
|
it { subject.send(:verifier).should == 'e6681220943d0d1303b905dba26a7eecff2aeb58' }
|
45
44
|
it { subject.send(:git_user).should == 'Hiroshi Yoshida'}
|
46
45
|
it { subject.send(:text).should == 'test is deployed by Hiroshi Yoshida' }
|
47
|
-
|
46
|
+
|
48
47
|
end
|