sinatra-pages 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/spec/pages_spec.rb +1 -1
  2. metadata +1 -1
data/spec/pages_spec.rb CHANGED
@@ -16,7 +16,7 @@ describe Sinatra::Pages do
16
16
  it "should render the Home page if the given route is either empty or root." do
17
17
  File.exist?('views/home.haml').should be_true
18
18
 
19
- %w[/ /?].each do |route|
19
+ ['/', ''].each do |route|
20
20
  get route
21
21
 
22
22
  last_response.should be_ok
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sinatra-pages
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Julio Javier Cicchelli