javascript_features 1.0.1 → 1.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/javascript_features/test_case.rb +6 -1
- metadata +5 -5
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
require 'active_support/test_case'
|
|
2
|
-
|
|
2
|
+
|
|
3
|
+
begin
|
|
4
|
+
require 'harmony'
|
|
5
|
+
rescue LoadError
|
|
6
|
+
raise 'You must gem install harmony to use javascript-features test case'
|
|
7
|
+
end
|
|
3
8
|
|
|
4
9
|
module JavascriptFeatures
|
|
5
10
|
class TestCase < ::ActiveSupport::TestCase
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: javascript_features
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 19
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 1.0.
|
|
9
|
+
- 2
|
|
10
|
+
version: 1.0.2
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- George Brocklehurst
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2011-
|
|
18
|
+
date: 2011-05-24 00:00:00 +02:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|
|
@@ -44,7 +44,7 @@ dependencies:
|
|
|
44
44
|
segments:
|
|
45
45
|
- 0
|
|
46
46
|
version: "0"
|
|
47
|
-
type: :
|
|
47
|
+
type: :development
|
|
48
48
|
version_requirements: *id002
|
|
49
49
|
- !ruby/object:Gem::Dependency
|
|
50
50
|
name: shoulda
|