id_please 0.3.1 → 0.3.3

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/test/roles_test.rb CHANGED
@@ -1,6 +1,4 @@
1
1
  require 'test_helper'
2
- require 'support/models'
3
- load 'support/schema.rb'
4
2
 
5
3
  class ActiveSupport::TestCase
6
4
  def self.should_handle_basic_role_manipulation(subject_class)
data/test/test_helper.rb CHANGED
@@ -32,6 +32,8 @@ require File.join(ROOT, 'lib', 'id_please.rb')
32
32
  config = YAML::load(IO.read(File.dirname(__FILE__) + '/database.yml'))
33
33
  ActiveRecord::Base.logger = Logger.new(File.dirname(__FILE__) + "/debug.log")
34
34
  ActiveRecord::Base.establish_connection(config['test'])
35
+ require 'support/models'
36
+ load 'support/schema.rb'
35
37
 
36
38
 
37
39
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: id_please
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Stuart
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2010-01-29 00:00:00 -05:00
12
+ date: 2010-02-17 00:00:00 -05:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -65,6 +65,7 @@ files:
65
65
  - .document
66
66
  - .gitignore
67
67
  - LICENSE
68
+ - MIT-LICENSE
68
69
  - README.rdoc
69
70
  - Rakefile
70
71
  - VERSION