Files
2012-02-21 01:15:00 -05:00

1 line
3.5 KiB
JSON

[{"user_id": 8875, "stars": [], "topic_id": 6175, "date_created": 1297803065.4202199, "message": "rspec uses the organization of your specs to figure out where to look for things", "group_id": 447, "id": 114961}, {"user_id": 8875, "stars": [], "topic_id": 6175, "date_created": 1297803088.3017111, "message": "for example, you're supposed to put a controller spec in spec/controllers/pages_controller_spec.rb", "group_id": 447, "id": 114964}, {"user_id": 8875, "stars": [], "topic_id": 6175, "date_created": 1297803103.8113279, "message": "so that it knows to look in app/controllers/pages_controller.rb", "group_id": 447, "id": 114966}, {"user_id": 5388, "stars": [], "topic_id": 6175, "date_created": 1297803287.7172821, "message": "the pages_controller_spec.rb exists", "group_id": 447, "id": 114999}, {"user_id": 8875, "stars": [], "topic_id": 6175, "date_created": 1297803112.8921239, "message": "at least, that's how i think it works", "group_id": 447, "id": 114967}, {"user_id": 5388, "stars": [], "topic_id": 6175, "date_created": 1297803167.8419919, "message": "controller spec?", "group_id": 447, "id": 114975}, {"user_id": 5388, "stars": [], "topic_id": 6175, "date_created": 1297802545.7195001, "message": "Following the Rails Tutorial at http://ruby.railstutorial.org/chapters/static-pages#fnref:3.6 and am currently in the stage of using Spork - but I get this error when trying to run it with the --drb option enabled - http://pastie.org/1567865", "group_id": 447, "id": 114767}, {"user_id": 5388, "stars": [], "topic_id": 6175, "date_created": 1297802551.7659099, "message": "Anyone know what might be wrong?", "group_id": 447, "id": 114772}, {"user_id": 5388, "stars": [], "topic_id": 6175, "date_created": 1297803319.39714, "message": "And it has two controller specs (describe \"GET 'home'\" do... and the same for \"GET 'contact'\")", "group_id": 447, "id": 115004}, {"user_id": 5388, "stars": [], "topic_id": 6175, "date_created": 1297803279.0719039, "message": "Ah, right", "group_id": 447, "id": 114994}, {"user_id": 5388, "stars": [], "topic_id": 6175, "date_created": 1297803337.764771, "message": "I take it that's what you meant?", "group_id": 447, "id": 115014}, {"user_id": 5388, "stars": [], "topic_id": 6175, "date_created": 1297804564.345434, "message": "seems to be that I don't have the spec_helper gem", "group_id": 447, "id": 115271}, {"user_id": 5388, "stars": [], "topic_id": 6175, "date_created": 1297804970.519994, "message": "Ehr. not Gem", "group_id": 447, "id": 115330}, {"user_id": 5388, "stars": [], "topic_id": 6175, "date_created": 1297804980.046936, "message": "Apparently the file isn't where the spec is looking for it.", "group_id": 447, "id": 115333}, {"user_id": 5388, "stars": [], "topic_id": 6175, "date_created": 1297804994.5334029, "message": "So I had to add require \"File.expand_path(File.dirname(__FILE__) + '/../spec_helper')\" - but I still get the same error.", "group_id": 447, "id": 115336}, {"user_id": 8875, "stars": [], "topic_id": 6175, "date_created": 1297806541.7217319, "message": "the structure of your specs under the spec directory has to mirror the structure of your app directory", "group_id": 447, "id": 115700}, {"user_id": 5388, "stars": [], "topic_id": 6175, "date_created": 1297807384.2518561, "message": "So I should only have the controllers directory in my app directory?", "group_id": 447, "id": 115880}, {"user_id": 8875, "stars": [], "topic_id": 6175, "date_created": 1297806517.9179709, "message": "no i was talking about the structure of your directory", "group_id": 447, "id": 115690}]