working-rails 0.1.0 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1 +1,2 @@
1
1
  require 'better_errors'
2
+ require 'quiet_assets'
@@ -13,13 +13,11 @@ unless respond_to? :reload!
13
13
  end
14
14
  end
15
15
 
16
- class ActiveSupport::TestCase
17
- # Setup all fixtures in test/fixtures/*.(yml|csv) for all tests in alphabetical order.
18
- #
19
- # Note: You'll currently still have to declare fixtures explicitly in integration tests
20
- # -- they do not yet inherit this setting
21
- fixtures :all
22
-
23
- # Add more helper methods to be used by all tests here...
16
+ # If these are run before the fork, then they will very likely trigger a
17
+ # pre-fork load of the code that you end up wanting to test. Instead, we do it
18
+ # only on each_run
19
+ Spork.each_run do
20
+ class ActiveSupport::TestCase
21
+ fixtures :all
22
+ end
24
23
  end
25
-
@@ -1,3 +1,3 @@
1
1
  class WorkingRails
2
- VERSION = '0.1.0'
2
+ VERSION = '0.2.0'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: working-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-02-02 00:00:00.000000000 Z
12
+ date: 2013-02-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: working