We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3190667 commit 807f196Copy full SHA for 807f196
spec/features/main_spec.rb
@@ -0,0 +1,8 @@
1
+require 'spec_helper'
2
+
3
+describe 'resources backbone page' do
4
+ it 'shows that the page is loading on get of /main' do
5
+ visit '/main'
6
+ page.should have_content('Loading...')
7
+ end
8
+end
0 commit comments