Initial commit
* Created project via Jose Valims brilliant enginex gem
This commit is contained in:
9
spec/integration/navigation_spec.rb
Normal file
9
spec/integration/navigation_spec.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
require 'spec_helper'
|
||||
|
||||
describe "Navigation" do
|
||||
include Capybara
|
||||
|
||||
it "should be a valid app" do
|
||||
::Rails.application.should be_a(Dummy::Application)
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user