Skip to content

Commit

Permalink
better conf ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
nu7hatch committed Jul 20, 2012
1 parent 8a1f545 commit fe74440
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Expand Up @@ -20,6 +20,7 @@ the directory structure explained:

apps/*/forms/ form classes.
apps/*/helpers/ application specified helpers.
apps/*/loggers/ custom notification subscribers.
apps/*/models/ model classes.
apps/*/presenters/ application presenters.
apps/*/services/ application service classes.
Expand All @@ -30,7 +31,7 @@ the directory structure explained:
db/migrate/ database migrations.
lib/ libraries and extensions, also app's core files.
log/ log files.
spec/ test files.
spec/ global test files.

Project is booted with `boot.rb` configuration file. All the apps (components)
are routed in config.ru, with standard Rack::Router.
Expand Down Expand Up @@ -83,6 +84,18 @@ If everything wen fine, you should go to `http://localhost:5000/` and see
a demo landing page! Use `http://localhost:5000/admin/` to access admin
area.

To run RSpec unit tests use the following rake task:

$ foreman run rake spec

Frontend tests (JavaScript unit tests) runs with:

$ foreman run rake spec:jasmine

You can also run all the specs together:

$ foreman run rake spec:all

## Copyright

Copyright (C) 2012 by Chris Kowalik a.k.a nu7hatch
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit fe74440

Please sign in to comment.