Skip to content

Instantly share code, notes, and snippets.

@igkuz
Last active December 17, 2015 14:39
Show Gist options
  • Select an option

  • Save igkuz/5626348 to your computer and use it in GitHub Desktop.

Select an option

Save igkuz/5626348 to your computer and use it in GitHub Desktop.
...
it "should show another channels" do
channels = FactoryGirl.build_list(:channels)
channels_view = app.view('channels')
channels_view.show_another_channels(channels)
end
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment