ceo 0.1.6 → 0.1.7

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.
@@ -27,5 +27,9 @@ describe 'routes' do
27
27
  it 'should allow passing a block to resources' do
28
28
  admin_exists_for? "/apples/#{@apple.id}/other_route"
29
29
  end
30
+
31
+ it 'should allow passing of options' do
32
+ admin_exists_for? "/not_obvious/responds_with_200"
33
+ end
30
34
  end
31
35
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ceo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jesse Herrick
@@ -174,6 +174,7 @@ files:
174
174
  - test/dummy/app/assets/stylesheets/application.css
175
175
  - test/dummy/app/controllers/admin/apples_controller.rb
176
176
  - test/dummy/app/controllers/admin/bananas_controller.rb
177
+ - test/dummy/app/controllers/admin/other_controller.rb
177
178
  - test/dummy/app/controllers/application_controller.rb
178
179
  - test/dummy/app/helpers/application_helper.rb
179
180
  - test/dummy/app/models/apple.rb
@@ -273,6 +274,7 @@ test_files:
273
274
  - test/dummy/app/assets/stylesheets/application.css
274
275
  - test/dummy/app/controllers/admin/apples_controller.rb
275
276
  - test/dummy/app/controllers/admin/bananas_controller.rb
277
+ - test/dummy/app/controllers/admin/other_controller.rb
276
278
  - test/dummy/app/controllers/application_controller.rb
277
279
  - test/dummy/app/helpers/application_helper.rb
278
280
  - test/dummy/app/models/apple.rb