js-test-driver-rails 0.2.7 → 0.2.8
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/js_test_driver/html_fixture.rb +1 -1
- data/test/unit/html_fixture_test.rb +1 -1
- metadata +3 -3
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.2.
|
1
|
+
0.2.8
|
@@ -55,7 +55,7 @@ module JsTestDriver
|
|
55
55
|
fixture = fixture_named('foo', 'ns')
|
56
56
|
|
57
57
|
# then
|
58
|
-
assert_contains "if (typeof(ns)
|
58
|
+
assert_contains "if (typeof(ns) === 'undefined') { ns = {}; }", fixture.to_s
|
59
59
|
end
|
60
60
|
|
61
61
|
def test_should_set_the_fixture
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: js-test-driver-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 7
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 2
|
9
|
-
-
|
10
|
-
version: 0.2.
|
9
|
+
- 8
|
10
|
+
version: 0.2.8
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Adam Pohorecki
|