-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rake Error #12
Comments
Hi! Sorry to hear you're having problems. Where are you running "rake"? You should be inside one of the numbered directories (e.g., learn_ruby/00_hello/) when running it. So:
Ought to work (your fork of the repository has the Rakefile in it, I can see). Best, |
Hi thanks for getting back to me, I'm running rake under those directories Last login: Thu Aug 8 09:31:08 on console $ gem install rspec On Wed, Aug 7, 2013 at 6:45 PM, Isaac A. Murchie
Best, Jennifer Turner Ph: 718.813.0625 Email: [email protected] This email and any files transmitted with it are confidential and intended |
Ooph! It looks like something is wrong in the Ruby installation. I would do a complete uninstall (google the steps. StackOverflow has some discussions... it will vary according to system to a small extent, most likely). The a new install of rvm or rbenv, and then Ruby. Sorry this is happening at such an early stage! |
Will do, and thank you again! Best, Jennifer Turner Sent from my iPhone On Aug 8, 2013, at 7:09 PM, "Isaac A. Murchie" [email protected] wrote:
|
Good Evening,
I have been unable to run the tests and I have no clue what is wrong. I am encountering an issue in the terminal after running the 'rake' command per the instructions in the index.html file. This is the message that I receive, any suggestions or advice would be greatly appreciated. Thank you.
$ rake
'rake aborted!
No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb, Rakefile.rb)
/usr/local/rvm/gems/ruby-1.9.3-p392/bin/ruby_noexec_wrapper:14:in
eval' /usr/local/rvm/gems/ruby-1.9.3-p392/bin/ruby_noexec_wrapper:14:in
(See full trace by running task with --trace)
$ rake --trace
'rake aborted!
No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb, Rakefile.rb)
/usr/local/rvm/gems/ruby-1.9.3-p392/gems/rake-10.1.0/lib/rake/application.rb:632:in
raw_load_rakefile' /usr/local/rvm/gems/ruby-1.9.3-p392/gems/rake-10.1.0/lib/rake/application.rb:94:in
block in load_rakefile'/usr/local/rvm/gems/ruby-1.9.3-p392/gems/rake-10.1.0/lib/rake/application.rb:165:in
standard_exception_handling' /usr/local/rvm/gems/ruby-1.9.3-p392/gems/rake-10.1.0/lib/rake/application.rb:93:in
load_rakefile'/usr/local/rvm/gems/ruby-1.9.3-p392/gems/rake-10.1.0/lib/rake/application.rb:77:in
block in run' /usr/local/rvm/gems/ruby-1.9.3-p392/gems/rake-10.1.0/lib/rake/application.rb:165:in
standard_exception_handling'/usr/local/rvm/gems/ruby-1.9.3-p392/gems/rake-10.1.0/lib/rake/application.rb:75:in
run' /usr/local/rvm/gems/ruby-1.9.3-p392/gems/rake-10.1.0/bin/rake:33:in
<top (required)>'/usr/local/rvm/gems/ruby-1.9.3-p392/bin/rake:19:in
load' /usr/local/rvm/gems/ruby-1.9.3-p392/bin/rake:19:in
/usr/local/rvm/gems/ruby-1.9.3-p392/bin/ruby_noexec_wrapper:14:in
eval' /usr/local/rvm/gems/ruby-1.9.3-p392/bin/ruby_noexec_wrapper:14:in
'The text was updated successfully, but these errors were encountered: