Background: I need to perform file uploading.I am currently using Uploadify to push files directly to s3 (but would be happy to use plupload).The files that i am working with are large, and i need to
I\'m learning how to do integration testin on my rails app. I started with cucumber but then learned since I\'m just testing a models method that I should be using RSPEC. So now I\'m trying to get RSP
Basically I just started to learn use Selenium on Rails 3, I started with the Selenium IDE and generated the script in RSpec format
I am trying to implement some integration tests for my application to test a voting system I have in place but have run into some problems.First off, here is the test code I am trying to get to pass:
My trouble arose in Chapter 11 of the Ruby on Rails Tutorial here. I was seeing this rspec error: Failure/Error: :user => Factory(:user, :email => Factory.next(:email)))
I want to test the permalink action in my articles controller, which is using a named route (/permalink/terms-of-use):
I\'m testing my online store app with RSpec, here\'s what I\'m doing: # spec/controllers/line_items_controller_spec.rb
Basically I\'d like to create an array and then append to it during my specs before finally processing and displaying it to the user. I can come up with a few workarounds but ideally I\'d like to do t
I have 2 simple RSpec tests i\'ve written for a small rails app i\'ve done to learn rails. I originally had a mock setup for my Link class but was getting the same issue.
I\'m testing the waters with Rails and I\'m stu开发者_开发百科ck with this simple test: I have this code in spec/routing/routing_spec.rb