rails_apps_testing 0.2.3 → 0.2.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f58013aa76d586415962c7fa78c58399e1dd77c9
4
- data.tar.gz: 31685385e8f4c749d1fa7eaf1275ce4a7ea4229a
3
+ metadata.gz: 7c3a18df6166437a1557963004ae0c6e3da97fec
4
+ data.tar.gz: 357132f19d4edf9391de5c6320b11fad349efcdd
5
5
  SHA512:
6
- metadata.gz: fde52ebd4954f3f468b7366faa4ae000257738ba2ad677a549450d4dd1c3b943156ea95c171daecd07bffe7fc760c8d7fda60e9eecd51cc1734ec8fbf70e50f4
7
- data.tar.gz: e1df74744a27da8af3867a02f1783fea00fac7756c0470c57e9813ea01f8d7b8ef6f3c1c17bd860214847023b05694d6556b31c725067a082c2c82bed0c20a45
6
+ metadata.gz: 6cf291f48860bf10376e0a8f9f36a2162c5e8a9b423a67ce32319c2e5347c43d618bc06fadad4f80525071434c1474e28166f1bcea3bb6c99913ded2432b0f85
7
+ data.tar.gz: cdfe5507e1b5c86fd9925012b9d5cc3ce34645f62c0c5fb19ca2c764e604741ce7191346fd2281c1e0a9932d27580e6705d1b7b4687fe82d37fae6398d53e79d
data/CHANGELOG.textile CHANGED
@@ -1,5 +1,9 @@
1
1
  h1. CHANGELOG
2
2
 
3
+ h3. 0.2.4 June 4, 2014
4
+
5
+ * for RSpec 3.0., modify '.rspec' file to include '--require rails_helper'
6
+
3
7
  h3. 0.2.3 June 2, 2014
4
8
 
5
9
  * eliminate a blank line in the .rspec file
@@ -16,6 +16,7 @@ module Testing
16
16
  run 'rm -rf test/' # Removing test folder (not needed for RSpec)
17
17
  generate 'rspec:install'
18
18
  inject_into_file '.rspec', "--format documentation\n", :after => "--color\n"
19
+ inject_into_file '.rspec', "--require rails_helper\n", :after => "--require spec_helper\n"
19
20
  gsub_file '.rspec', /--warnings\n/, ''
20
21
  tweaks = File.read(find_in_source_paths('application.rb'))
21
22
  inject_into_file 'config/application.rb', tweaks + "\n", :after => "Rails::Application\n"
@@ -1,3 +1,3 @@
1
1
  module RailsAppsTesting
2
- VERSION = "0.2.3"
2
+ VERSION = "0.2.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_apps_testing
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Kehoe
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-06-02 00:00:00.000000000 Z
11
+ date: 2014-06-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler