Skip to content

Commit

Permalink
Update readme on how to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gmoeck committed Apr 26, 2011
1 parent 9dba4b9 commit c03cae2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Buildfile
@@ -1,3 +1,4 @@
#UNCOMMENT THE FOLLOWING LINE TO RUN TESTS
#require File.expand_path('../frameworks/jasmine-sproutcore/builders/jasmine_builder', __FILE__)

config :all, :required => 'sproutcore'
Expand All @@ -8,6 +9,7 @@ config :foundation, :required => [:sproutcore]
# WRAPPER FRAMEWORKS
config :fictum, :required => [:foundation]

#UNCOMMENT THE FOLLOWING LINES TO RUN TESTS
#namespace :build do
# desc "builds a jasmine unit test"
# build_task :test do
Expand Down
6 changes: 5 additions & 1 deletion Readme.markdown
Expand Up @@ -20,7 +20,11 @@ integration tests. These can be seen within
[foundation/tests/integration](https://github.com/gmoeck/fictum/tree/master/frameworks/foundation/tests/integration).

##Running the tests
First start your server running.
First you need to update your Buildfile to include sproutcore-jasmine.
**Note**: When you go back to production, you need to recomment out
these lines.

Then start your server running.

$ cd <your sproutcore project's root directory>
$ sc-server
Expand Down

0 comments on commit c03cae2

Please sign in to comment.