This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
draper
Watch
1
Star
0
Fork
You've already forked draper
0
mirror of
https://github.com/drapergem/draper
synced
2023-03-27 23:21:17 -04:00
Code
Releases
Activity
d343639240
draper
/
spec
/
dummy
/
config
/
routes.rb
4 lines
75 B
Ruby
Raw
Normal View
History
Unescape
Escape
Adding cucumber stuff for integration testing. I've embedded a little Rails app so that we can write cuke tests and make sure that stuff doesn't break. Woo! This was generated by making a rails engine, then copying just the app over. Thanks @nashby for fixing my stupid bug with sqlite3; it had to be added as a development dependency. :heart:
2012-10-15 14:32:55 -04:00
Dummy
::
Application
.
routes
.
draw
do
Added first integration test This test tests the following Draper features: 1) finders 2) decorates 3) using a decorated method It also is the first test that verifies that the whole Cucumber setup actually works properly.
2012-10-19 08:03:29 -04:00
resources
:posts
,
:only
=
>
[
:show
]
Adding cucumber stuff for integration testing. I've embedded a little Rails app so that we can write cuke tests and make sure that stuff doesn't break. Woo! This was generated by making a rails engine, then copying just the app over. Thanks @nashby for fixing my stupid bug with sqlite3; it had to be added as a development dependency. :heart:
2012-10-15 14:32:55 -04:00
end
Copy permalink