tb_core 1.1.0 → 1.1.1

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.
@@ -0,0 +1,8 @@
1
+ require "spec_helper"
2
+
3
+ describe "Legacy" do
4
+ it "should redirect to /admin when a user visits /spud/admin" do
5
+ get '/spud/admin'
6
+ response.should redirect_to(admin_login_path)
7
+ end
8
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tb_core
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Greg Woods
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-07-10 00:00:00.000000000 Z
11
+ date: 2013-07-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -548,6 +548,7 @@ files:
548
548
  - spec/lib/spud_core/configuration_spec.rb
549
549
  - spec/models/spud_role_spec.rb
550
550
  - spec/models/spud_user_spec.rb
551
+ - spec/requests/legacy_spec.rb
551
552
  - spec/spec_helper.rb
552
553
  - spec/support/authlogic_helper.rb
553
554
  homepage: http://bitbucket.org/westlakedesign/tb_core
@@ -619,5 +620,6 @@ test_files:
619
620
  - spec/lib/spud_core/configuration_spec.rb
620
621
  - spec/models/spud_role_spec.rb
621
622
  - spec/models/spud_user_spec.rb
623
+ - spec/requests/legacy_spec.rb
622
624
  - spec/spec_helper.rb
623
625
  - spec/support/authlogic_helper.rb