qlive 0.1.0 → 0.1.1
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/README.md +2 -2
- data/lib/qlive/setup.rb +4 -0
- data/lib/qlive/version.rb +1 -1
- metadata +6 -6
data/README.md
CHANGED
|
@@ -13,7 +13,7 @@ do things like popuplate content with your favorite fixtures library (like facto
|
|
|
13
13
|
|
|
14
14
|
* Precisely set fixture content and user login state for your qunit tests
|
|
15
15
|
* Insert qunit tests and any custom html into live pages generated by your server
|
|
16
|
-
* Run the same qunit tests in a browser or headlessly, alongside your normal integration test suite. (When used with Ruby on Rails and the [qlive-
|
|
16
|
+
* Run the same qunit tests in a browser or headlessly, alongside your normal integration test suite. (When used with Ruby on Rails and the [qlive-rspec](https://github.com/proxv/qlive-rspec) gem.)
|
|
17
17
|
|
|
18
18
|
|
|
19
19
|
## Installation
|
|
@@ -23,7 +23,7 @@ do things like popuplate content with your favorite fixtures library (like facto
|
|
|
23
23
|
If you are using Ruby on Rails, you should use one of these gems:
|
|
24
24
|
|
|
25
25
|
* [qlive-rails](https://github.com/proxv/qlive-rails). Configures most of qlive for you and provides an index page linking to your test suites.
|
|
26
|
-
* [qlive-
|
|
26
|
+
* [qlive-rspec](https://github.com/proxv/qlive-rspec). Run your qunit tests headlessly as an rspec example. (Builds on qlive-rails.)
|
|
27
27
|
|
|
28
28
|
|
|
29
29
|
### Non-rails:
|
data/lib/qlive/setup.rb
CHANGED
data/lib/qlive/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: qlive
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,11 +9,11 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-07-
|
|
12
|
+
date: 2012-07-29 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rack
|
|
16
|
-
requirement: &
|
|
16
|
+
requirement: &2152014860 !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ~>
|
|
@@ -21,10 +21,10 @@ dependencies:
|
|
|
21
21
|
version: '1.4'
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements: *
|
|
24
|
+
version_requirements: *2152014860
|
|
25
25
|
- !ruby/object:Gem::Dependency
|
|
26
26
|
name: rspec
|
|
27
|
-
requirement: &
|
|
27
|
+
requirement: &2152118760 !ruby/object:Gem::Requirement
|
|
28
28
|
none: false
|
|
29
29
|
requirements:
|
|
30
30
|
- - ~>
|
|
@@ -32,7 +32,7 @@ dependencies:
|
|
|
32
32
|
version: 2.8.0
|
|
33
33
|
type: :development
|
|
34
34
|
prerelease: false
|
|
35
|
-
version_requirements: *
|
|
35
|
+
version_requirements: *2152118760
|
|
36
36
|
description: run qunit tests against actual back-end server with prepared test fixtures
|
|
37
37
|
email:
|
|
38
38
|
- support@proxv.com
|