diff options
| author | mo khan <mo@mokhan.ca> | 2015-11-25 13:46:27 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2015-11-25 13:46:27 -0700 |
| commit | cc6aa03617b264eec7f9c27be29d50cddfaf7764 (patch) | |
| tree | 1232db662726300cce3141f1af8ca1291154b1f5 | |
| parent | 131bc2e4135503184115ee2d032337701f0253bb (diff) | |
add another sql test.
| -rw-r--r-- | lib/movies.sql | 1 | ||||
| -rw-r--r-- | spec/fibonacci_spec.rb | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/lib/movies.sql b/lib/movies.sql index f045e19..49cd09d 100644 --- a/lib/movies.sql +++ b/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 diff --git a/spec/fibonacci_spec.rb b/spec/fibonacci_spec.rb index c47707b..e982467 100644 --- a/spec/fibonacci_spec.rb +++ b/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 |
