rails_apps_testing 0.2.2 → 0.2.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1d81ca00281b3258903db17ef151c12dc75b251c
4
- data.tar.gz: 745036490c6ecc3ce7483d11f7e4ac1187b3fad2
3
+ metadata.gz: f58013aa76d586415962c7fa78c58399e1dd77c9
4
+ data.tar.gz: 31685385e8f4c749d1fa7eaf1275ce4a7ea4229a
5
5
  SHA512:
6
- metadata.gz: e27a1afbf881949e6e00073ba27f29a8f940d89c570f9a783203d9a922f9a0269793cbbe285866966f05e6bd11ec13858ad8d7f547d347f6b5d33c4e3ffbba5d
7
- data.tar.gz: b460c8835d1b6825519c9effcf648ca79f91a38f9b6d35e716d283760ce19a8e826b6a51b86fe435e43465e567080da2909fdb170c2ccf845231d05f0f7cc6cb
6
+ metadata.gz: fde52ebd4954f3f468b7366faa4ae000257738ba2ad677a549450d4dd1c3b943156ea95c171daecd07bffe7fc760c8d7fda60e9eecd51cc1734ec8fbf70e50f4
7
+ data.tar.gz: e1df74744a27da8af3867a02f1783fea00fac7756c0470c57e9813ea01f8d7b8ef6f3c1c17bd860214847023b05694d6556b31c725067a082c2c82bed0c20a45
data/CHANGELOG.textile CHANGED
@@ -1,5 +1,9 @@
1
1
  h1. CHANGELOG
2
2
 
3
+ h3. 0.2.3 June 2, 2014
4
+
5
+ * eliminate a blank line in the .rspec file
6
+
3
7
  h3. 0.2.2 June 2, 2014
4
8
 
5
9
  * update for RSpec 3.0
@@ -16,7 +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
- gsub_file '.rspec', /--warnings/, ''
19
+ gsub_file '.rspec', /--warnings\n/, ''
20
20
  tweaks = File.read(find_in_source_paths('application.rb'))
21
21
  inject_into_file 'config/application.rb', tweaks + "\n", :after => "Rails::Application\n"
22
22
  copy_file 'capybara.rb', 'spec/support/capybara.rb'
@@ -1,3 +1,3 @@
1
1
  module RailsAppsTesting
2
- VERSION = "0.2.2"
2
+ VERSION = "0.2.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_apps_testing
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Kehoe