# acceptance/users_spec.rb page.should have_content \'Włosy\' page.should have_content \'Oczy\' page.should have_content \'Wzrost\'
New to TDD here, d\'oh! Here\'s what I want to test (ruby library), in brief: account = Twilio::RestAccount.new(ACCOUNT_SID, ACCOUNT_TOKEN)
I am using devise for authentication in my rails app and I\'m unable to test any model with RSpec. Controller specs work fine, but I\'m unable to make model specs work.
I\'ve got a simple test, pretty much what the scaffold generated, although I can\'t figure out why it\'s not working.Here\'s the situation:
Coding one of my first rspec tests. headers == nil prints true, but the next test line headers should be_nil fails. Why?
I\'m getting 4 RSpec errors that have something to do with the Will-Paginate gem, but for the life of me, I cant figure out what they\'re pointing at. The app works fine though.
Upgraded form Rails 2 to 3. And RSpec 1 to 2. It looks like capybara/webrat is trying to find the template when I only want it to find the action. What is a possible workaround?
I\'m a fair开发者_开发问答ly novice tester, but have been trying to get better at TDD in Rails.
I\'m having a problem getting my RegEx to work with my Ruby script. Here is what I\'m trying to match:
So I have a route that looks like this: scope \"4\" do scope \"public\" do scope \":apikey\" do resources :shops