<children xmi:type="notation:Shape" xmi:id="_HnevcJLxEeKiAcjvUSJfd3" type="2008" fontName="Lucida Grande" fontHeight="11" lineColor="0">
<eAnnotations xmi:type="ecore:EAnnotation" xmi:id="_HnfWgJLxEeKiAcjvUSJfd4" source="ShadowFigure">
<details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_HnfWgZLxEeKiAcjvUSJfds" key="ShadowFigure_Value" value="false"/>
</eAnnotations>
<eAnnotations xmi:type="ecore:EAnnotation" xmi:id="_HnfWgpLxEeKiAcjvUSJfdc" source="displayNameLabelIcon">
<details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_HnfWg5LxEeKiAcjvUSJf3d" key="displayNameLabelIcon_value" value="false"/>
</eAnnotations>
<eAnnotations xmi:type="ecore:EAnnotation" xmi:id="_HngvWhJLxEeKiAcjvUSJfdg" source="QualifiedName">
<details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_HnfWhZLxEeKiAcjvUSJfdg" key="QualifiedNameDepth" value="1000"/>
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This file is copied to spec/ when you run 'rails generate rspec:install' | |
ENV["RAILS_ENV"] ||= 'test' | |
require File.expand_path("../../config/environment", __FILE__) | |
require 'rspec/rails' | |
require 'capybara/rails' | |
include Capybara::DSL | |
require 'capybara/poltergeist' | |
require 'factory_girl_rails' | |
require 'tougg_macros' | |
# Requires supporting ruby files with custom matchers and macros, etc, |