summaryrefslogtreecommitdiffhomepage
path: root/spec/scene_manager_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/scene_manager_spec.rb')
-rw-r--r--spec/scene_manager_spec.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/spec/scene_manager_spec.rb b/spec/scene_manager_spec.rb
index a9f1064..0a209a3 100644
--- a/spec/scene_manager_spec.rb
+++ b/spec/scene_manager_spec.rb
@@ -56,12 +56,6 @@ describe 'Scenes' do
expect(@scene.systems).to eq([])
end
- it 'has the correct constant name' do
- match = FelFlame::Scenes.new('Match')
- expect(FelFlame::Scenes::Match.const_name).to eq('Match')
- expect(match.const_name).to eq('Match')
- end
-
it 'can execute Systems in the correct order' do
@scene.add @system2, @system3, @system1
@scene.call