Commit Graph

23 Commits

Author SHA1 Message Date
Jared Beck f3bc5290ee Automate test setup
Goal: rake default task can do everything without manual setup

Also delete `spec/dummy_app/db/schema.rb`. People forget (understandably)
to update it. As long as we don't use the db:setup task first,
we don't need it.
2018-06-04 00:32:47 -04:00
Alex Evanczuk 04a58ee246 Add specs to request variables branch (#1052) 2018-02-27 00:14:33 -05:00
Jared Beck 468c5cea48 Alphabetize .gitignore 2017-12-04 11:53:53 -05:00
Jared Beck 50f6f2678a Delete .byebug_history
Should not be in version control
2017-12-04 11:52:45 -05:00
Jared Beck 94b9306647 Finish the conversion to RSpec
- Convert serializers/mixin_json_test.rb to rspec
- Convert functional/thread_safety_test.rb to rspec
- Convert functional/controller_test.rb to rspec
- Move the dummy app from test to spec, delete test dir
2017-06-10 01:45:46 -04:00
Jared Beck 72fc13de04 Add .rbenv-gemsets to gitignore
I've seen rubymine adding this file recently. Since it's not
something we already use, it should be safe to ignore.
2016-01-14 23:36:48 -05:00
Jared Beck f812ea5f45 Manage gemfiles with appraisal 2016-01-04 22:44:19 -05:00
Yang Bo 56097528d0 add .ruby-version and .ruby-gemset 2015-05-05 14:24:43 +08:00
NullVoxPopuli ce2cf0d234 Merge branch 'master' of https://github.com/lyfeyaj/paper_trail into merge-with-lyfeyaj
Conflicts:
	lib/paper_trail.rb
	lib/paper_trail/has_paper_trail.rb
	lib/paper_trail/version_concern.rb
2014-10-20 13:04:51 -04:00
Russell Osborne 0e80cd8779 Adding Full Support to Test Against Multiple DB engines.
Accomplished by swapping out database.yml files for the dummy rails instance with en engine specific one.
2014-03-16 11:07:17 -04:00
lyfeyaj 78292e0fb0 add has many associations functionality 2014-02-25 22:02:36 +08:00
Ben Atkins fdf85343a8 Removing ruby19 hash syntax from RSpec helper and specs to maintain Ruby18 compatibility. Changing the spec_helper to use the dummy app in the 'test' directory to avoid having two dummy apps. Adding 'rspec-rails' to the 3.0.gemfile so it can run the spec tests on Travis. 2013-08-27 17:35:36 -04:00
Ben Atkins 5f53b1eb95 Adding dummy Rails app for specs 2013-08-27 14:42:33 -04:00
Panayotis Matsinopoulos f352d3284c Ignore .idea and .rvmrc files 2012-07-17 10:13:24 +03:00
Andy Stewart 7ea82bc7ae Ignore my notes. 2012-03-12 13:56:41 +01:00
Andy Stewart a4823c6c71 Ignore test databases. 2012-01-18 09:08:46 +01:00
Andy Stewart 0cd0254bf3 Ignore rbenv version. 2011-09-29 10:43:57 +02:00
Andy Stewart ce80cd768e Ignore vendor directory. 2011-07-13 09:57:54 +01:00
Ben Zittlau 6825199667 Adding server logs and tmp files to .gitignore 2011-03-24 13:21:01 -06:00
Andy Stewart f18cb6d491 Do not track Gemfile.lock.
This repo is for a gem, not an app.
2011-03-17 09:39:19 +01:00
Andy Stewart bd1877cab0 Use Bundler to manage dependencies. 2010-10-15 12:53:33 +01:00
Zachery Hostens 4b87d21e5c ignore the rcov coverage directory 2009-11-19 21:24:12 -06:00
Andy Stewart ab4ec62cf1 Ignore test artefacts. 2009-06-22 16:37:57 +01:00