1
0
Fork 0
mirror of https://github.com/haml/haml-rails.git synced 2022-11-09 12:34:15 -05:00
Commit graph

28 commits

Author SHA1 Message Date
Akira Matsuda
3ea7a5fd68
So we can run the tests without bundle exec
closes #181
2022-09-26 10:02:00 +09:00
Akira Matsuda
587495c39e
Whitespace 2022-09-24 18:11:47 +09:00
Zeb Burke-Conte
01cadeec6e Remove duplicate mailer suffixes 2020-09-15 12:42:31 -07:00
Akira Matsuda
55e8271b9b This has to be done via Rails initializer 2019-06-09 07:30:55 +09:00
Akira Matsuda
105687a113 "config.eager_load is set to nil. Please update your config/environments/*.rb files accordingly:" 2019-06-09 07:30:55 +09:00
Akira Matsuda
acc65cb708 We can actually initialize the app now 2019-06-09 07:28:03 +09:00
Akira Matsuda
eeb57a9d9f require only what we need
We don't want to require AR especially
2019-06-09 07:27:19 +09:00
Akira Matsuda
558dac5dd2 Rails.root has to be a Pathname 2019-06-09 07:20:56 +09:00
Akira Matsuda
08161e16d6 Avoid polluting toplevel with a test helper 2019-06-08 17:24:22 +09:00
Akira Matsuda
a3aa1558c9 Simply require the test target at the place where it's being tested 2019-06-08 17:18:47 +09:00
Akira Matsuda
a0a42c940f Listing 6 requires seems better than a spaghetti with a side effect 2019-06-08 17:10:50 +09:00
Akira Matsuda
85a066c909 Doesn't need to be a method anymore 2019-06-08 17:01:57 +09:00
Akira Matsuda
f72b62e50f No need to define a toplevel method for defining a Hash that is used only once 2019-06-08 17:00:51 +09:00
Akira Matsuda
c4205425cd We don't use this alias anywhere 2019-06-08 16:51:03 +09:00
Akira Matsuda
8bf5fc3a22 Unnecessary testing helper 2019-06-08 16:48:22 +09:00
Akira Matsuda
26e34896de unused toplevel method 2019-06-08 16:32:57 +09:00
Ryan Bigg
e9f99f2b37 Use MiniTest.after_run
MiniTest::Unit.after_tests is being deprecated
2019-01-29 09:00:12 +11:00
Ryan Bigg
0f170bcec6 Fix warnings with assert_match 2019-01-29 08:59:55 +11:00
syguer
4d687c169b Fix file path on mailer generator 2017-05-19 21:18:08 +09:00
azranel
e11549be16 Add new lines at end of some files 2017-03-06 17:27:07 +01:00
Meng Fung
03e0d33fb3 Added support for other versions of rails besides 4.2 2015-03-11 20:10:41 -07:00
Meng Fung
6f07fa3a9e Added code to remove tmp dir after test suite is completed, fixes bug #79 2015-03-11 18:51:50 -07:00
Meng Fung
7c08f6c9f0 Mailer generator now creates mailer layouts and both html/text templates 2015-03-09 22:41:09 -07:00
Ruslan Korolev
8e9147f6ba refactoring tests 2015-02-03 23:06:54 +03:00
Peter M. Goldstein
7bfa1f4d5f Update Travis and Appraisals to reflect Rails 4.x requirement. Remove obsolete test gemfiles. Add Rails 4.1 gemfile. Update test_helper to use minitest 2013-12-27 14:05:15 -08:00
Bohuslav Kabrda
2da01aed78 Fix tests for Rails 3.2
Rails::Generators.configure! doesn't have a default parameter in Rails 3.2. This pull request adds it to make tests run with Rails 3.2.
2012-07-27 16:05:26 +03:00
Daniel Kristensen
b463d08592 Added mailer generator 2010-09-07 13:12:18 -07:00
Andre Arko
c7025ae5bf Pull in Haml tests from rails3-generators 2010-08-16 18:44:06 -07:00