spec/app/components/file_component_spec.rb in puffer-0.0.32 vs spec/app/components/file_component_spec.rb in puffer-0.1.0
- old
+ new
@@ -5,9 +5,10 @@
include RSpec::Rails::RequestExampleGroup
context 'form' do
it 'should render form field' do
+ pending
@post = Fabricate :post
get admin_posts_path
field = controller.form_fields[:filename]
component = ''
\ No newline at end of file