Guest User

Untitled

a guest
Mar 13th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. require File.join(File.dirname(__FILE__), "..", 'spec_helper.rb')
  2.  
  3. describe Myc, "index action" do
  4. before(:each) do
  5. @controller = Myc.build(fake_request)
  6. @controller.dispatch('index')
  7. end
  8.  
  9. it "should work"
  10. end
Add Comment
Please, Sign In to add comment