4388: Fix typo
authorTom Clegg <tom@curoverse.com>
Sun, 16 Nov 2014 01:55:30 +0000 (20:55 -0500)
committerTom Clegg <tom@curoverse.com>
Sun, 16 Nov 2014 01:55:30 +0000 (20:55 -0500)
apps/workbench/test/functional/pipeline_instances_controller_test.rb

index 90bccc0eb18da5a11be0c5c23d1583c9947e3200..a14d419e128525e829a25fa1471ff9f1d1be005a 100644 (file)
@@ -69,7 +69,7 @@ class PipelineInstancesControllerTest < ActionController::TestCase
       end
   end
 
-  test "component rendering copes with unexpeceted components format" do
+  test "component rendering copes with unexpected components format" do
     get(:show,
         {id: api_fixture("pipeline_instances")["components_is_jobspec"]["uuid"]},
         session_for(:active))