Commit cc6aa03

mo khan <mo@mokhan.ca>
2015-11-25 20:46:27
add another sql test.
1 parent 131bc2e
Changed files (2)
lib/movies.sql
@@ -19,6 +19,7 @@ CREATE TABLE studios (
 -- \.
 
 -- find all pixar movies
+-- find all studios that don't have a movie.
 -- find all movies published by pixar or disney
 -- find all movies not published by pixar
 -- find all movies released after 2004
spec/fibonacci_spec.rb
@@ -9,7 +9,7 @@
 class Fibonacci
 end
 
-describe "problem two" do
+describe "fibonacci" do
   subject { Fibonacci.new }
 
   xit 'returns the sum of the even valued terms' do