customer_vault 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -34,13 +34,12 @@ module CustomerVault
34
34
  end
35
35
  end
36
36
 
37
- it "renders a list of corporations" do
37
+ it "renders a list of people" do
38
38
  render
39
39
  assert_select "#name", :text => "Name".to_s, :count => 1
40
40
  assert_select "#email", :text => "Email: Email".to_s, :count => 1
41
41
  assert_select "#phone", :text => "Phone: Phone".to_s, :count => 1
42
- assert_select ".first_name", :text => "first_name", :count => 1
43
- assert_select ".last_name", :text => "last_name", :count => 1
42
+ assert_select ".name", :text => "last_name, first_name", :count => 1
44
43
 
45
44
  end
46
45
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: customer_vault
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - AGILiDEE