On Thu, 2012-07-26 at 16:20 +0200, [email protected] wrote:
> From: Michal Fojtik <[email protected]>
>
>
> Signed-off-by: Michal fojtik <[email protected]>
> ---
> server/tests/ec2/common.rb | 19 +++++++
> server/tests/ec2/query_parser_test.rb | 97
> +++++++++++++++++++++++++++++++++
> server/tests/ec2/server_test.rb | 44 +++++++++++++++
> 3 files changed, 160 insertions(+)
> create mode 100644 server/tests/ec2/common.rb
> create mode 100644 server/tests/ec2/query_parser_test.rb
> create mode 100644 server/tests/ec2/server_test.rb
Both 'rake test' and 'bundle exec rake test' give me
./tests/test_helper.rb:2:in `require': no such file to load --
rack/test (LoadError)
from ./tests/test_helper.rb:2
rake aborted!
Command failed with status (1): [/usr/bin/ruby -I"lib"
-r./tests/test_helpe...]
Tasks: TOP => test
(See full trace by running task with --trace)
David