rails_apps_testing 0.3.9 → 0.3.10

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: 724bef806ddfeea54fe29f56ad6b2ec8dea2c09e
4
- data.tar.gz: 55657cd9c81e794e7012c729b3ed557e20fa3a2d
3
+ metadata.gz: cede05152c48a85f2c0ff27659b3210a48b827e0
4
+ data.tar.gz: 4aca7528736e36b2200beb99f346b216c5f69337
5
5
  SHA512:
6
- metadata.gz: 514b1fc83ef57f293cde0894723d7664970d62841ba12b0cd085afa89c06b1fea4b40ced8fff360c18df3585ba00c9c1f0cc5e4214297049cbd3935778a9396a
7
- data.tar.gz: e8b4202badfb9ed842da72ede0252d527fed2e295a7d931b4178e6752b09dfa32343bbd27d14d05a07ef42d175b3f0319c78bbbaadde1cc097d89e53d5d5fc78
6
+ metadata.gz: 12cc3d23f46441c2d2c7d710461d89a7271e60ae5b1e67f8ea8ed5e154d3ef91ae3c153d77b4262413df6f0325fd5a659bebafbd173bb60e8a4aa6868f7cb768
7
+ data.tar.gz: 37331375c5e99a6903f0e8f0564e5b09aa08f814fdbe16203a22e1ea310b739d135fb4ee2330a7022fd34061b332f6c5c92524a4e78435d5859ec4165b7ae64d
data/CHANGELOG.textile CHANGED
@@ -1,5 +1,9 @@
1
1
  h1. CHANGELOG
2
2
 
3
+ h3. 0.3.10 August 20, 2014
4
+
5
+ * fix match against error messages in the Devise locale file
6
+
3
7
  h3. 0.3.9 August 20, 2014
4
8
 
5
9
  * match against error messages in the Devise locale file
@@ -43,7 +43,7 @@ feature 'Sign in', :devise do
43
43
  scenario 'user cannot sign in with wrong password' do
44
44
  user = FactoryGirl.create(:user)
45
45
  signin(user.email, 'invalidpass')
46
- expect(page).to have_content I18n.t 'devise.failure.not_found_in_database'
46
+ expect(page).to have_content I18n.t 'devise.failure.invalid'
47
47
  end
48
48
 
49
49
  end
@@ -1,3 +1,3 @@
1
1
  module RailsAppsTesting
2
- VERSION = "0.3.9"
2
+ VERSION = "0.3.10"
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.3.9
4
+ version: 0.3.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Kehoe