spec/lib/shamu/rails/features_spec.rb in shamu-0.0.21 vs spec/lib/shamu/rails/features_spec.rb in shamu-0.0.24
- old
+ new
@@ -9,10 +9,10 @@
render plain: ""
end
end
hunt( :features_service, Shamu::Features::FeaturesService ) do
- scorpion.new Shamu::Features::FeaturesService, File.expand_path( "../features.yml", __FILE__ ), {}
+ scorpion.new Shamu::Features::FeaturesService, File.expand_path( "../features.yml", __FILE__ )
end
hunt( :session_store, Shamu::Sessions::CookieStore )
it "resolves toggles" do