Commit Graph

27 Commits

Author SHA1 Message Date
Andrew Haines cef5e628be Integration tests for all environments
The problem with using Cucumber is that it runs the dummy app in the
test environment. Because the view context behaviour is dependent on
environment, we need to test it running on an actual server.
2012-11-12 19:59:43 +00:00
Steve Klabnik 44b846716a use activerecord-jdbcsqlite3-adapter on jruby 2012-11-02 19:28:45 -07:00
Steve Klabnik 90a4859085 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. ❤️
2012-10-19 14:12:27 -03:00
Mike Moore 7117b2ee33 Update minitest integration
Since the integration is dependent on minitest-rails, use its test class.
Did MiniTest::Spec::Decorator ever exist in this project?
2012-09-27 13:46:27 -06:00
Steve Klabnik 4742405855 relaxing ammeter dependency version
This means we don't get warnings any more.
2012-08-28 22:51:30 -07:00
Vasiliy Ermolovich 62b54fcc36 use to method with rspec expectation instead of should 2012-07-14 22:10:17 +03:00
Steve Klabnik fa8bca1348 lock rspec at 2.10.0 for now 2012-07-14 13:13:23 -04:00
Les Hill 6e2e1de737 Ammeter v0.2.6 breaks Draper's specs.
Specify a known good version until ammeter is fixed
2012-06-28 14:31:22 -07:00
Steve Klabnik 0113ccbea7 Remove guard, make minitest only be for dev. 2012-06-20 14:03:42 -04:00
Vasiliy Ermolovich feb86019f2 add minitest to gem dependency for jruby 2012-06-07 23:53:17 +03:00
Paul Elliott 384b31a310 Change rake and rspec to be development dependencies 2012-05-17 15:11:33 -04:00
Ryan Cook eb44105092 remove duplicated "activesupport" dependency from the gemspec 2012-05-13 22:22:37 -06:00
Steve Klabnik 94abfde2e9 Making some gems dev only 2012-05-09 18:38:02 -04:00
Steve Klabnik 96aa5e31ed Updating dependencies 2012-05-09 18:37:09 -04:00
Steve Klabnik 51fef48258 Cleaning up gemspec and Gemfile 2012-05-09 18:30:33 -04:00
Joey Butler 08e06e2051 Add redcarpet as a development dependency. 2012-03-17 18:18:30 -04:00
Steve Klabnik d1bf1f7211 adding myself to authors 2012-03-14 08:26:32 -04:00
Jeff Casimir 03bf0b9af8 Manual merging of description edits. 2011-10-23 21:24:11 -04:00
Jeff Casimir b3004bbcc3 Added ActiveSupport as an explicit dependency, closes #45. 2011-10-23 21:17:49 -04:00
Eric Thomas 5c284a2c17 Update draper.gemspec 2011-10-23 04:30:38 -07:00
Jeff Casimir 59515f5194 Reworking dependency handling in development 2011-08-27 23:51:30 -05:00
Paul Elliott 8128757eb0 Fix invalid version specifications in gemspec 2011-08-23 12:27:50 -04:00
Theo Cushion 8866ead57c Fix: Error in Gemspec detecting Ruby version 2011-08-11 10:05:03 +01:00
Theo Cushion 2614037c74 Feature: Added Ruby 1.8 support 2011-08-10 14:01:22 +01:00
Jeff Casimir 759ed4229b Adding CoverMe as dev dependency 2011-07-27 23:44:10 -05:00
Jeff Casimir c1b4747e51 Typo in generator template 2011-06-30 18:23:19 -04:00
Jeff Casimir a3804b0662 Bring over generator structure from rails_decorators 2011-06-30 18:19:48 -04:00