auto_test 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module AutoTest
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
@@ -10,7 +10,7 @@ require 'spec_helper'
10
10
  describe "Application" do
11
11
 
12
12
  describe "auto_test" do
13
- if Test.use_fixtures? then
13
+ if AutoTest::Test.use_fixtures? then
14
14
  fixtures :all
15
15
  end
16
16
  it "does test the application automatically" do
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: auto_test
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.2
5
+ version: 0.1.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Maike Hargens