speedflow-plugin-test 0.1.10 → 0.1.11
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/speedflow/plugin/test.rb +1 -1
- data/lib/speedflow/plugin/test/version.rb +1 -1
- data/spec/speedflow/plugin/test_spec.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d55d8482b89228df344e46d877325f8417adfc68
|
4
|
+
data.tar.gz: 9cfc5bec4f6507f14b2faeaf7132f3261cbc6859
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8c081e6e009b6a34ca233f2f116cbb9ddff6f99a1521494637e7be6770ffcf3fbfe5e09e9b3e4b91ae654f408560641083545fe88a46160ff37085756765c2d9
|
7
|
+
data.tar.gz: 94659b96a2f68214b3af7ec6d66989a90ad27191ee9479b2d58831b97d9638cafcaf798163f93660fe90e22afa44ca849659657af36935916fd4a152a179ecb9
|
@@ -10,7 +10,7 @@ describe Speedflow::Plugin::Test do
|
|
10
10
|
.to output("Load: foo with args: {:bar=>\"baz\"}\n").to_stdout
|
11
11
|
expect(Speedflow::Plugin::Test.foo(bar: 'baz'))
|
12
12
|
.to include(bar: 'baz')
|
13
|
-
expect { Speedflow::Plugin::Test.
|
13
|
+
expect { Speedflow::Plugin::Test.action_no_method(bar: 'baz') }
|
14
14
|
.to raise_error(NoMethodError)
|
15
15
|
end
|
16
16
|
end
|