thincloud-test 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -45,15 +45,6 @@ This gem adds a generator to Rails, `thincloud:test`. Running the generator will
45
45
  $ rails generate thincloud:test
46
46
  ```
47
47
 
48
- ## Contributing
49
-
50
- 1. Fork it
51
- 2. Create your feature branch (`git checkout -b my-new-feature`)
52
- 3. Commit your changes (`git commit -am 'Added some feature'`)
53
- 4. Push to the branch (`git push origin my-new-feature`)
54
- 5. Create new Pull Request
55
-
56
-
57
48
  ## Contributing
58
49
 
59
50
  1. [Fork it](https://github.com/newleaders/thincloud-test/fork_select)
@@ -16,6 +16,10 @@ require "minitest/rails"
16
16
  # Uncomment if you want awesome colorful output
17
17
  require "minitest/pride"
18
18
 
19
+ # Requires supporting ruby files with custom matchers and macros, etc,
20
+ # in spec/support/ and its subdirectories.
21
+ Dir[File.join("./spec/support/**/*.rb")].sort.each { |f| require f }
22
+
19
23
  class MiniTest::Rails::ActiveSupport::TestCase
20
24
  # Setup all fixtures in test/fixtures/*.(yml|csv) for all tests in alphabetical order.
21
25
  # fixtures :all
@@ -26,13 +26,16 @@ module Thincloud
26
26
  empty_directory "spec/controllers"
27
27
  empty_directory "spec/mailers"
28
28
  empty_directory "spec/helpers"
29
+ empty_directory "spec/support"
29
30
 
30
- run "touch spec/{models,controllers,mailers,helpers}/.gitkeep"
31
+ run "touch spec/{models,controllers,mailers,helpers,support}/.gitkeep"
31
32
 
32
33
  copy_file "spec_helper.rb", "spec/spec_helper.rb"
33
34
 
34
35
  copy_file "spec.rake", "lib/tasks/spec.rake"
35
36
 
37
+ copy_file "Guardfile"
38
+
36
39
  append_file ".gitignore", "coverage"
37
40
 
38
41
  say_status "", ""
@@ -1,5 +1,5 @@
1
1
  module Thincloud
2
2
  module Test
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
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.1.1
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2012-08-17 00:00:00.000000000 Z
13
+ date: 2012-08-20 00:00:00.000000000 Z
14
14
  dependencies: []
15
15
  description: Test harness generator for new Thincloud apps.
16
16
  email: