Ruby on Rails Sunday, April 27, 2014

When I run command for tests by using:

bundle exec rspec spec/

Then I got error like as follow:

Pending:

users/new.html.erb add some examples to (or delete)
/home/jaimin/rails3/rails_projects/sample_app/spec/views/users/new.html.erb_spec.rb
# No reason given
# ./spec/views/users/new.html.erb_spec.rb:4

UsersHelper add some examples to (or delete)
/home/jaimin/rails3/rails_projects/sample_app/spec/helpers/users_helper_spec.rb
# No reason given
# ./spec/helpers/users_helper_spec.rb:14

Finished in 1.19 seconds
14 examples, 0 failures, 2 pending

How can I solve this?

Kind regards.

--
Posted via http://www.ruby-forum.com/.

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/6c36a83fcbf55b2a31cc80f23dd6794c%40ruby-forum.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment