spec/twitter/meta_spec.rb in twitter4r-0.2.3 vs spec/twitter/meta_spec.rb in twitter4r-0.2.4

- old
+ new

@@ -15,10 +15,10 @@ glob_files(@root_dir, 'lib', '**/*.rb') end # Needed to make the YAML load work... def spec_files - glob_files(@root_dir, 'spec', '**/*.rb') + glob_files(@root_dir, 'spec', '**/*_spec.rb') end end describe "Twitter::Meta cache policy" do include ERBMetaMixin