thincloud-test 0.2.0 → 0.2.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.
@@ -23,6 +23,10 @@ require "minitest-rails-shoulda" # shoulda matchers
23
23
 
24
24
  require "mocha" # mocks and stubs
25
25
 
26
+ # use factories instead of fixtures
27
+ require 'factory_girl'
28
+ FactoryGirl.find_definitions
29
+
26
30
  # Requires supporting ruby files with custom matchers and macros, etc,
27
31
  # in spec/support/ and its subdirectories.
28
32
  Dir[File.join("./test/support/**/*.rb")].sort.each { |f| require f }
@@ -1,5 +1,5 @@
1
1
  module Thincloud
2
2
  module Test
3
- VERSION = "0.2.0"
3
+ VERSION = "0.2.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thincloud-test
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -277,7 +277,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
277
277
  version: '0'
278
278
  segments:
279
279
  - 0
280
- hash: 53973434460889676
280
+ hash: -2122236944223649712
281
281
  required_rubygems_version: !ruby/object:Gem::Requirement
282
282
  none: false
283
283
  requirements:
@@ -286,7 +286,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
286
286
  version: '0'
287
287
  segments:
288
288
  - 0
289
- hash: 53973434460889676
289
+ hash: -2122236944223649712
290
290
  requirements: []
291
291
  rubyforge_project:
292
292
  rubygems_version: 1.8.24