mad_mimi_two 0.5.0 → 0.5.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/test/test_mad_mimi_two.rb +6 -5
- metadata +3 -3
data/test/test_mad_mimi_two.rb
CHANGED
|
@@ -3,12 +3,13 @@ require File.dirname(__FILE__) + '/test_helper.rb'
|
|
|
3
3
|
class TestMadMimiTwo < Test::Unit::TestCase
|
|
4
4
|
|
|
5
5
|
def setup
|
|
6
|
-
MadMimiTwo::MadMimiMessage.api_settings = {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
6
|
+
# MadMimiTwo::MadMimiMessage.api_settings = {
|
|
7
|
+
# :username => 'xxx@estormtech.com',
|
|
8
|
+
# :api_key => 'insesert your api key here'
|
|
9
|
+
# }
|
|
10
|
+
require 'api_key' #or put it in this file
|
|
10
11
|
end
|
|
11
|
-
|
|
12
|
+
|
|
12
13
|
def test_initial_class
|
|
13
14
|
t=MadMimiTwo::MadMimiMessage.new
|
|
14
15
|
puts t.inspect
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mad_mimi_two
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 15
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 5
|
|
9
|
-
-
|
|
10
|
-
version: 0.5.
|
|
9
|
+
- 2
|
|
10
|
+
version: 0.5.2
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- scott sproule
|