rails_admin 0.4.1 → 0.4.2

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of rails_admin might be problematic. Click here for more details.

@@ -140,5 +140,11 @@ describe RailsAdmin do
140
140
  visit dashboard_path
141
141
  should have_selector("body.rails_admin")
142
142
  end
143
+
144
+ it "shows a log out link" do
145
+ visit dashboard_path
146
+ click_link "Log out"
147
+ should have_content("Sign in")
148
+ end
143
149
  end
144
150
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: rails_admin
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.4.1
5
+ version: 0.4.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Erik Michaels-Ober
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2013-01-12 00:00:00.000000000 Z
15
+ date: 2013-01-22 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  version_requirements: !ruby/object:Gem::Requirement