qlive 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
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-headless](https://github.com/proxv/qlive-headless) gem.)
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-headless](https://github.com/proxv/qlive-headless). Run your qunit tests headlessly as part of your rspec or test suite. (Builds on qlive-rails.)
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:
@@ -11,4 +11,8 @@ module Qlive
11
11
  def self.setup
12
12
  @qlive_config
13
13
  end
14
+
15
+ def self.logger
16
+ self.setup[:logger]
17
+ end
14
18
  end
@@ -1,3 +1,3 @@
1
1
  module Qlive
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
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.0
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-26 00:00:00.000000000 Z
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: &2152313360 !ruby/object:Gem::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: *2152313360
24
+ version_requirements: *2152014860
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: rspec
27
- requirement: &2152310660 !ruby/object:Gem::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: *2152310660
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